diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-09-10 16:18:17 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-09-10 16:18:17 +0200 |
commit | 23e764f02e2ea0e549e9c66c3c5f57c1b77673df (patch) | |
tree | 96e34bc2cf17eed27a763e2a32a897eaaa97d50a /testsuite | |
parent | 57fd8ce37fac58c346ec0256ddc3b987e75dbcfa (diff) | |
download | haskell-23e764f02e2ea0e549e9c66c3c5f57c1b77673df.tar.gz |
T4801 perf numbers: Another typo
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 661e65c111..af13b00549 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -169,7 +169,7 @@ test('T4801', # expected value: 58 (amd64/OS X) # 13/01/2014 - 70 (wordsize(32), 30, 20), - (wordsize(64), 52, 20)]), + (wordsize(64), 55, 20)]), # prev: 50 (amd64/Linux) # 19/10/2012: 64 (amd64/Linux) # (^ REASON UNKNOWN!) @@ -177,7 +177,7 @@ test('T4801', # (^ REASON UNKNOWN!) # 28/8/13: 60 (amd64/Linux) # (^ REASON UNKNOWN!) - # 2014-09-10: 52 post-AMP-cleanup + # 2014-09-10: 55 post-AMP-cleanup compiler_stats_num_field('bytes allocated', [(platform('x86_64-apple-darwin'), 464872776, 5), |