[commit: ghc] master: Adjust T9675 baseline numbers based on ghc-speed (23da971)
git at git.haskell.org
git at git.haskell.org
Mon Oct 13 12:50:00 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/23da971fd6694a1fcb323f797a65c8cd976b7cc1/ghc
>---------------------------------------------------------------
commit 23da971fd6694a1fcb323f797a65c8cd976b7cc1
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Mon Oct 13 13:49:55 2014 +0200
Adjust T9675 baseline numbers based on ghc-speed
although I obtained them originally from a clean validate tree on my
laptop, they did not match what I found on the build bot host.
>---------------------------------------------------------------
23da971fd6694a1fcb323f797a65c8cd976b7cc1
testsuite/tests/perf/compiler/all.T | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 1de224e..9ef98ac 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -496,16 +496,16 @@ test('T9020',
test('T9675',
[ only_ways(['optasm']),
compiler_stats_num_field('max_bytes_used',
- [(wordsize(64), 25822728, 15),
- # 2014-10-13 25822728
+ [(wordsize(64), 29596552, 15),
+ # 2014-10-13 29596552
]),
compiler_stats_num_field('peak_megabytes_allocated',
- [(wordsize(64), 62, 1),
- # 2014-10-13 62
+ [(wordsize(64), 66, 4),
+ # 2014-10-13 66
]),
compiler_stats_num_field('bytes allocated',
- [(wordsize(64), 601441240, 1)
- # 2014-10-13 601441240
+ [(wordsize(64), 544489040, 10)
+ # 2014-10-13 544489040
]),
],
compile,
More information about the ghc-commits
mailing list