[commit: ghc] ghc-7.10: Recenter performance numbers (73105e2)
git at git.haskell.org
git at git.haskell.org
Fri Jul 10 09:37:29 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/73105e2f5a0b39f2f2bbc95c1548358675aa9a45/ghc
>---------------------------------------------------------------
commit 73105e2f5a0b39f2f2bbc95c1548358675aa9a45
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Thu Jul 9 04:40:49 2015 -0400
Recenter performance numbers
These are fairly small changes. I'm just going to recenter these and
then focus on identifying the reason for the drift on master
>---------------------------------------------------------------
73105e2f5a0b39f2f2bbc95c1548358675aa9a45
testsuite/tests/perf/compiler/all.T | 3 ++-
testsuite/tests/perf/should_run/all.T | 10 ++++++----
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index bd7e5d1..22253a7 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -607,10 +607,11 @@ test('T9872d',
test('T9961',
[ only_ways(['normal']),
compiler_stats_num_field('bytes allocated',
- [(wordsize(64), 663978160, 5),
+ [(wordsize(64), 617926624, 5),
# 2015-01-12 807117816 Initally created
# 2015-spring 772510192 Got better
# 2015-05-22 663978160 Fix for #10370 improves it more
+ # 2015-07-09 617926624 Fix for #10527 improves it even more
(wordsize(32), 375647160, 5)
]),
],
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T
index 3731218..af6d51d 100644
--- a/testsuite/tests/perf/should_run/all.T
+++ b/testsuite/tests/perf/should_run/all.T
@@ -16,10 +16,11 @@ test('T3586',
test('T4830',
[stats_num_field('bytes allocated',
- [(wordsize(64), 98248, 1),
+ [(wordsize(64), 98784, 1),
# 127000 (amd64/Linux)
# 2013-02-07: 99264 (amd64/Linux)
# 2014-01-13: 98248 (amd64/Linux) due to #8647
+ # 2015-07-09: 98784 (amd64/Linux)
(wordsize(32), 70646, 3)]),
# 2013-02-10: 69744 (x86/Windows)
# 2013-02-10: 71548 (x86/OSX)
@@ -276,12 +277,13 @@ test('T7507', omit_ways(['ghci']), compile_and_run, ['-O'])
test('T7436',
[stats_num_field('max_bytes_used',
- [(wordsize(64), 60360, 1),
+ [(wordsize(64), 60296, 1),
# 127000 (amd64/Linux)
# 2013-02-07: 60360 (amd64/Linux)
+ # 2015-07-09: 60296 (amd64/Linux)
(wordsize(32), 58434, 1)]),
- # 2013-02-10: 58032 (x86/Windows)
- # 2013-02-10: 58836 (x86/OSX)
+ # 2013-02-10: 58032 (x86/Windows)
+ # 2013-02-10: 58836 (x86/OSX)
only_ways(['normal'])
],
compile_and_run,
More information about the ghc-commits
mailing list