summaryrefslogtreecommitdiff
path: root/testsuite/tests/callarity/perf/all.T
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2014-04-07 15:22:46 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2014-04-07 15:25:24 +0100
commitbd79b98774f50c8252d139690bce2bb221a59cd8 (patch)
tree2a17b577ec10449d10da55653e0040d25f4ed487 /testsuite/tests/callarity/perf/all.T
parentd8d798b1b33ab0593ed03f193360b8725ba2c2ba (diff)
downloadhaskell-bd79b98774f50c8252d139690bce2bb221a59cd8.tar.gz
Update long-out-of-date performance numbers on 32-bit
Many are improvements!
Diffstat (limited to 'testsuite/tests/callarity/perf/all.T')
-rw-r--r--testsuite/tests/callarity/perf/all.T9
1 files changed, 6 insertions, 3 deletions
diff --git a/testsuite/tests/callarity/perf/all.T b/testsuite/tests/callarity/perf/all.T
index d5a1108356..765a2e94a7 100644
--- a/testsuite/tests/callarity/perf/all.T
+++ b/testsuite/tests/callarity/perf/all.T
@@ -1,7 +1,10 @@
test('T3924',
- [stats_num_field('bytes allocated', (51480, 5)),
- # previously, without call-arity: 22326544
- # 2014-01-18: 51480 (amd64/Linux)
+ [stats_num_field('bytes allocated',
+ [ (wordsize(64), 51480, 5),
+ # previously, without call-arity: 22326544
+ # 2014-01-18: 51480 (amd64/Linux)
+ (wordsize(32), 44988, 5) ]),
+ # 2014-04-04: 44988 (Windows, 64-bit machine)
only_ways(['normal'])
],
compile_and_run,