diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2014-12-14 20:35:12 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2014-12-14 20:35:12 +0100 |
commit | 87c4e183d083c7a18090afa562710717a6faea2a (patch) | |
tree | 159a582cc23001e41a60bdf1af8e0cff6145e5fa /testsuite/tests/perf | |
parent | b0379819e46796047c1574a6abccf186afd27afa (diff) | |
download | haskell-87c4e183d083c7a18090afa562710717a6faea2a.tar.gz |
Fixup bad haddock.base perf-num bump in 0c9c2d89
Diffstat (limited to 'testsuite/tests/perf')
-rw-r--r-- | testsuite/tests/perf/haddock/all.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T index d7162f5eaf..e4a8d881e5 100644 --- a/testsuite/tests/perf/haddock/all.T +++ b/testsuite/tests/perf/haddock/all.T @@ -5,7 +5,7 @@ test('haddock.base', [unless(in_tree_compiler(), skip) ,stats_num_field('bytes allocated', - [(wordsize(64), 9503888920, 5) + [(wordsize(64), 8792433208, 5) # 2012-08-14: 5920822352 (amd64/Linux) # 2012-09-20: 5829972376 (amd64/Linux) # 2012-10-08: 5902601224 (amd64/Linux) @@ -21,7 +21,7 @@ test('haddock.base', # 2014-09-09: 8354439016 (x86_64/Linux - Applicative/Monad changes, according to Austin) # 2014-09-10: 7901230808 (x86_64/Linux - Applicative/Monad changes, according to Joachim) # 2014-10-07: 8322584616 (x86_64/Linux) - # 2014-12-14: 9503888920 (x86_64/Linux) - Update to Haddock 2.16 + # 2014-12-14: 8792433208 (x86_64/Linux) - Update to Haddock 2.16 ,(platform('i386-unknown-mingw32'), 4202377432, 5) # 2013-02-10: 3358693084 (x86/Windows) # 2013-11-13: 3097751052 (x86/Windows, 64bit machine) |