[commit: ghc] master: testsuite: Bump T3064 expected allocations (8801642)
git at git.haskell.org
git at git.haskell.org
Sat Aug 4 23:08:50 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/880164257914087bcecd2bbe41a56206dff5d19e/ghc
>---------------------------------------------------------------
commit 880164257914087bcecd2bbe41a56206dff5d19e
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Aug 4 19:08:01 2018 -0400
testsuite: Bump T3064 expected allocations
>---------------------------------------------------------------
880164257914087bcecd2bbe41a56206dff5d19e
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 3488a59..cc8f814 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -340,7 +340,7 @@ test('T3064',
# 2016-04-06: 153261024 (x86/Linux) probably wildcard refactor
# 2017-03-24: 134044092 (x86/Linux, 64-bit machine) Update
- (wordsize(64), 258505536, 5)]),
+ (wordsize(64), 272759920, 5)]),
# (amd64/Linux) (2011-06-28): 73259544
# (amd64/Linux) (2013-02-07): 224798696
# (amd64/Linux) (2013-08-02): 236404384, increase from roles
@@ -368,6 +368,7 @@ test('T3064',
# (amd64/Linux) (2017-03-31): 265950920 Fix memory leak in simplifier
# (amd64/Linux) (2017-05-01): 281509496 Avoid excessive space usage from unfoldings in CoreTidy
# (amd64/Linux) (2017-05-01): 258505536 I think this is improvement in coercionKind e4ab65bd
+ # (amd64/Linux) (2018-08-04): 272759920 It's unclear
###################################
# deactivated for now, as this metric became too volatile recently
More information about the ghc-commits
mailing list