summaryrefslogtreecommitdiff
path: root/testsuite/tests
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2012-10-08 09:52:58 +0100
committerSimon Marlow <marlowsd@gmail.com>2012-10-08 09:52:58 +0100
commit06e0c3a1f1cd5b5f30c361c1c48e81789f313c02 (patch)
treeebe6e9efd45d623558f6dc407d3e72b8f32fe8ae /testsuite/tests
parent829b17970d2eea0a7b568585109febb27bbca5c4 (diff)
downloadhaskell-06e0c3a1f1cd5b5f30c361c1c48e81789f313c02.tar.gz
update 64-bit values
Diffstat (limited to 'testsuite/tests')
-rw-r--r--testsuite/tests/perf/haddock/all.T22
1 files changed, 13 insertions, 9 deletions
diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index fdf5f29ec8..3896c41d6d 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -19,9 +19,10 @@ test('haddock.base',
stats_range_field('max_bytes_used', 45574928, 1))
# 2012-08-14: 45574928 (x86/OSX)
,if_wordsize(64,
- stats_range_field('bytes allocated', 5829972376, 1))
+ stats_range_field('bytes allocated', 5902601224, 2))
# 2012-08-14: 5920822352 (amd64/Linux)
# 2012-09-20: 5829972376 (amd64/Linux)
+ # 2012-10-08: 5902601224 (amd64/Linux)
,if_wordsize(32,
stats_range_field('bytes allocated', 3046487920, 1))
# 2012-08-14: 3046487920 (x86/OSX)
@@ -32,27 +33,29 @@ test('haddock.base',
test('haddock.Cabal',
[unless_in_tree_compiler(skip)
,if_wordsize(64,
- stats_num_field('peak_megabytes_allocated', 225,
- 229))
+ stats_range_field('peak_megabytes_allocated', 217, 10))
# 2012-08-14: 202 (amd64/Linux)
# 2012-08-29: 211 (amd64/Linux, new codegen)
- # 2012-09-20: 227 (amd64/Linux, new codegen)
+ # 2012-09-20: 227 (amd64/Linux)
+ # 2012-10-08: 217 (amd64/Linux)
,if_wordsize(32,
stats_num_field('peak_megabytes_allocated', 115,
117))
# 2012-08-14: 116 (x86/OSX)
,if_wordsize(64,
- stats_range_field('max_bytes_used', 91341568, 2))
+ stats_range_field('max_bytes_used', 80590280, 15))
# 2012-08-14: 74119424 (amd64/Linux)
# 2012-08-29: 77992512 (amd64/Linux, new codegen)
# 2012-10-02: 91341568 (amd64/Linux)
+ # 2012-10-08: 80590280 (amd64/Linux)
,if_wordsize(32,
stats_range_field('max_bytes_used', 47461532, 1))
# 2012-08-14: 47461532 (x86/OSX)
,if_wordsize(64,
- stats_range_field('bytes allocated', 3324606664, 1))
+ stats_range_field('bytes allocated', 3373401360, 2))
# 2012-08-14: 3255435248 (amd64/Linux)
# 2012-08-29: 3324606664 (amd64/Linux, new codegen)
+ # 2012-10-08: 3373401360 (amd64/Linux)
,if_wordsize(32,
stats_range_field('bytes allocated', 1648610180, 1))
# 2012-08-14: 1648610180 (x86/OSX)
@@ -63,19 +66,20 @@ test('haddock.Cabal',
test('haddock.compiler',
[unless_in_tree_compiler(skip)
,if_wordsize(64,
- stats_num_field('peak_megabytes_allocated', 1226,
- 1230))
+ stats_range_field('peak_megabytes_allocated', 1240, 10))
# 2012-08-14: 1203 (amd64/Linux)
# 2012-08-21: 1199 (amd64/Linux)
# 2012-09-20: 1228 (amd64/Linux)
+ # 2012-10-08: 1240 (amd64/Linux)
,if_wordsize(32,
stats_num_field('peak_megabytes_allocated', 630,
632))
# 2012-08-14: 631 (x86/OSX)
,if_wordsize(64,
- stats_range_field('max_bytes_used', 437618008, 1))
+ stats_range_field('max_bytes_used', 442768280, 2))
# 2012-08-14: 428775544 (amd64/Linux)
# 2012-09-20: 437618008 (amd64/Linux)
+ # 2012-10-08: 442768280 (amd64/Linux)
,if_wordsize(32,
stats_range_field('max_bytes_used', 231064920, 1))
# 2012-08-14: 231064920 (x86/OSX)