[commit: testsuite] master: Fix performance failures on x86_64 (5fe7b57)
git at git.haskell.org
git at git.haskell.org
Wed Sep 18 18:59:05 CEST 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/5fe7b570d4eb2a3011b07c4a10a8b2995cc13739/testsuite
>---------------------------------------------------------------
commit 5fe7b570d4eb2a3011b07c4a10a8b2995cc13739
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date: Wed Sep 18 17:58:38 2013 +0100
Fix performance failures on x86_64
>---------------------------------------------------------------
5fe7b570d4eb2a3011b07c4a10a8b2995cc13739
tests/perf/compiler/all.T | 3 ++-
tests/perf/haddock/all.T | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index fec03b6..fce41dc 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -320,10 +320,11 @@ test('T5837',
compiler_stats_num_field('bytes allocated',
[(wordsize(32), 40000000, 10),
# sample from x86/Linux
- (wordsize(64), 81879216, 10)])
+ (wordsize(64), 90587232, 10)])
# sample: 3926235424 (amd64/Linux, 15/2/2012)
# 2012-10-02 81879216
# 2012-09-20 87254264 amd64/Linux
+ # 2013-09-18 90587232 amd64/Linux
],
compile_fail,['-fcontext-stack=50'])
diff --git a/tests/perf/haddock/all.T b/tests/perf/haddock/all.T
index 7f55fc8..3f76c49 100644
--- a/tests/perf/haddock/all.T
+++ b/tests/perf/haddock/all.T
@@ -1,4 +1,3 @@
-
test('haddock.base',
[unless(in_tree_compiler(), skip)
,stats_num_field('peak_megabytes_allocated',
@@ -25,13 +24,14 @@ test('haddock.base',
,(wordsize(32), 52237984, 1)])
# 2013-02-10: 52237984 (x86/OSX)
,stats_num_field('bytes allocated',
- [(wordsize(64), 6634886456, 5)
+ [(wordsize(64), 6294339840, 5)
# 2012-08-14: 5920822352 (amd64/Linux)
# 2012-09-20: 5829972376 (amd64/Linux)
# 2012-10-08: 5902601224 (amd64/Linux)
# 2013-01-17: 6064874536 (x86_64/Linux)
# 2013-02-10: 6282746976 (x86_64/Linux)
# 2013-09-17: 6634886456 (x86_64/Linux)
+ # 2013-09-18: 6294339840 (x86_64/Linux)
,(platform('i386-unknown-mingw32'), 3358693084, 1)
# 2013-02-10: 3358693084 (x86/Windows)
,(wordsize(32), 3146596848, 1)])
More information about the ghc-commits
mailing list