[commit: testsuite] wip/better-ho-cardinality: lazy-bs-alloc improved from oneshotness stuff (b0ef398)
git at git.haskell.org
git at git.haskell.org
Thu Dec 12 12:15:18 UTC 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : wip/better-ho-cardinality
Link : http://ghc.haskell.org/trac/ghc/changeset/b0ef3980d8a8c8b1777d8dbdbdc0aa9b76586774/testsuite
>---------------------------------------------------------------
commit b0ef3980d8a8c8b1777d8dbdbdc0aa9b76586774
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Thu Dec 12 12:01:04 2013 +0000
lazy-bs-alloc improved from oneshotness stuff
>---------------------------------------------------------------
b0ef3980d8a8c8b1777d8dbdbdc0aa9b76586774
tests/perf/should_run/all.T | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/perf/should_run/all.T b/tests/perf/should_run/all.T
index 01d358b..a780a26 100644
--- a/tests/perf/should_run/all.T
+++ b/tests/perf/should_run/all.T
@@ -35,9 +35,10 @@ test('lazy-bs-alloc',
[stats_num_field('peak_megabytes_allocated', (2, 1)),
# expected value: 2 (amd64/Linux)
stats_num_field('bytes allocated',
- [(wordsize(64), 429744, 1),
+ [(wordsize(64), 425400, 1),
# 489776 (amd64/Linux)
# 2013-02-07: 429744 (amd64/Linux)
+ # 2013-12-12: 425400 (amd64/Linux)
(wordsize(32), 417738, 1)]),
# 2013-02-10: 421296 (x86/Windows)
# 2013-02-10: 414180 (x86/OSX)
More information about the ghc-commits
mailing list