[commit: testsuite] ghc-7.6: Update haddock perf limits for x86 Linux. (c2ae2a4)
Paolo Capriotti
p.capriotti at gmail.com
Wed Aug 15 19:25:23 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/c2ae2a423694273e017e500981c431d4d07ce71e
>---------------------------------------------------------------
commit c2ae2a423694273e017e500981c431d4d07ce71e
Author: Paolo Capriotti <p.capriotti at gmail.com>
Date: Wed Aug 15 18:13:32 2012 +0100
Update haddock perf limits for x86 Linux.
>---------------------------------------------------------------
tests/perf/haddock/all.T | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/tests/perf/haddock/all.T b/tests/perf/haddock/all.T
index e9c9296..4fa2c03 100644
--- a/tests/perf/haddock/all.T
+++ b/tests/perf/haddock/all.T
@@ -32,9 +32,10 @@ test('haddock.Cabal',
205))
# 2012-08-14: 204 (amd64/Linux)
,if_wordsize(32,
- stats_num_field('peak_megabytes_allocated', 115,
+ stats_num_field('peak_megabytes_allocated', 112,
117))
# 2012-08-14: 116 (x86/OSX)
+ # 2112-08-15: 113 (x86/Linux)
,if_wordsize(64,
stats_range_field('max_bytes_used', 74901488, 1))
# 2012-08-14: 74901488 (amd64/Linux)
@@ -58,9 +59,10 @@ test('haddock.compiler',
1199))
# 2012-08-14: 1198 (amd64/Linux)
,if_wordsize(32,
- stats_num_field('peak_megabytes_allocated', 630,
+ stats_num_field('peak_megabytes_allocated', 625,
632))
# 2012-08-14: 631 (x86/OSX)
+ # 2012-08-15: 628 (x86/Linux)
,if_wordsize(64,
stats_range_field('max_bytes_used', 427111776, 1))
# 2012-08-14: 427111776 (amd64/Linux)
@@ -71,8 +73,9 @@ test('haddock.compiler',
stats_range_field('bytes allocated', 25870942672, 1))
# 2012-08-14: 25870942672 (amd64/Linux)
,if_wordsize(32,
- stats_range_field('bytes allocated', 13471797488, 1))
+ stats_range_field('bytes allocated', 13471797488, 5))
# 2012-08-14: 13471797488 (x86/OSX)
+ # 2012-08-15: 12982397712 (x86/Linux)
],
stats,
['../../../../compiler/stage2/doc/html/ghc/ghc.haddock.t'])
More information about the Cvs-ghc
mailing list