[commit: ghc] master: Bump T783 expected allocations (22f11f1)
git at git.haskell.org
git at git.haskell.org
Sat Sep 9 00:09:10 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/22f11f1975ba5bfa6934a32cc8922491cb7f494d/ghc
>---------------------------------------------------------------
commit 22f11f1975ba5bfa6934a32cc8922491cb7f494d
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Sep 8 20:08:20 2017 -0400
Bump T783 expected allocations
>---------------------------------------------------------------
22f11f1975ba5bfa6934a32cc8922491cb7f494d
testsuite/tests/perf/compiler/all.T | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 7227ebf..313c3ce 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -496,7 +496,7 @@ test('T783',
# 2016-04-06: 249332816 (x86/Linux, 64-bit machine)
# 2017-03-24: 225911912 (x86/Linux, 64-bit machine)
- (wordsize(64), 436978192, 10)]),
+ (wordsize(64), 481875416, 10)]),
# prev: 349263216 (amd64/Linux)
# 07/08/2012: 384479856 (amd64/Linux)
# 29/08/2012: 436927840 (amd64/Linux)
@@ -526,6 +526,7 @@ test('T783',
# 2016-02-03: 488592288 (amd64/Linux)
# (D1795: Another overhaul of pattern match checker, #11374)
# 2017-02-14 436978192 Early inlining: 5% improvement
+ # 2017-09-08 481875416 Unknown
extra_hc_opts('-static')
],
More information about the ghc-commits
mailing list