[commit: ghc] master: Testsuite: widen lazy-bs-alloc 3->5% (98ccb72)
git at git.haskell.org
git at git.haskell.org
Fri Dec 18 00:50:47 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/98ccb72ab6b94f513c066eec6e688f20aa68d2a7/ghc
>---------------------------------------------------------------
commit 98ccb72ab6b94f513c066eec6e688f20aa68d2a7
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Fri Dec 18 00:36:36 2015 +0100
Testsuite: widen lazy-bs-alloc 3->5%
>---------------------------------------------------------------
98ccb72ab6b94f513c066eec6e688f20aa68d2a7
testsuite/tests/perf/should_run/all.T | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T
index 8260ee1..2303914 100644
--- a/testsuite/tests/perf/should_run/all.T
+++ b/testsuite/tests/perf/should_run/all.T
@@ -53,13 +53,14 @@ test('lazy-bs-alloc',
[stats_num_field('peak_megabytes_allocated', (2, 1)),
# expected value: 2 (amd64/Linux)
stats_num_field('bytes allocated',
- [(wordsize(64), 444720, 3),
+ [(wordsize(64), 444720, 5),
# 489776 (amd64/Linux)
# 2013-02-07: 429744 (amd64/Linux)
# 2013-12-12: 425400 (amd64/Linux)
# 2015-04-04: Widen 1->3% (amd64/Windows was failing)
# 2015-08-15: 431500 (Windows not good enough. avg of Windows&Linux)
# 2015-12-15: 444720 (amd64/Linux, D1616)
+ # 2015-12-17: 444720 (widen 3->5%, Windows is at 462688)
(wordsize(32), 411500, 2)]),
# 2013-02-10: 421296 (x86/Windows)
# 2013-02-10: 414180 (x86/OSX)
More information about the ghc-commits
mailing list