[commit: ghc] master: Adapt perf values due to [cbde8627/integer-gmp] (8a0f1d2)
git at git.haskell.org
git at git.haskell.org
Mon Jan 13 16:35:42 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8a0f1d2f8336cf6c63d32b76f22df8ee4407f19e/ghc
>---------------------------------------------------------------
commit 8a0f1d2f8336cf6c63d32b76f22df8ee4407f19e
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Mon Jan 13 17:32:03 2014 +0100
Adapt perf values due to [cbde8627/integer-gmp]
These are slight improvements due to optimizations in `integer-gmp` (#8647)
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
8a0f1d2f8336cf6c63d32b76f22df8ee4407f19e
testsuite/tests/perf/compiler/all.T | 3 ++-
testsuite/tests/perf/should_run/all.T | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 34eb867..a539936 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -186,13 +186,14 @@ test('T4801',
# 2013-02-10: 11207828 (x86/OSX)
# (some date): 11139444
# 2013-11-13: 11829000 (x86/Windows, 64bit machine)
- (wordsize(64), 25166280, 10)]),
+ (wordsize(64), 22646000, 10)]),
# prev: 20486256 (amd64/OS X)
# 30/08/2012: 17305600--20391920 (varies a lot)
# 19/10/2012: 26882576 (-fPIC turned on)
# 19/10/2012: 18619912 (-fPIC turned off)
# 24/12/2012: 21657520 (perhaps gc sampling time wibbles?)
# 10/01/2014: 25166280
+ # 13/01/2014: 22646000 (mostly due to #8647)
only_ways(['normal']),
extra_hc_opts('-static')
],
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T
index 0cb1174..8966310 100644
--- a/testsuite/tests/perf/should_run/all.T
+++ b/testsuite/tests/perf/should_run/all.T
@@ -239,10 +239,11 @@ test('T7257',
test('Conversions',
[stats_num_field('bytes allocated',
- [(wordsize(32), 78374, 2),
+ [(wordsize(32), 76768, 2),
# 2012-12-18: 55316 Guessed 64-bit value / 2
# 2013-02-10: 77472 (x86/OSX)
# 2013-02-10: 79276 (x86/Windows)
+ # 2014-01-13: 76768 (x86/Linux) due to #8647
(wordsize(64), 110632, 5)]),
# 2012-12-18: 109608 (amd64/OS X)
More information about the ghc-commits
mailing list