summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-01-22 13:21:47 -0500
committerBen Gamari <ben@smart-cactus.org>2017-01-22 14:43:51 -0500
commit3f1a21d9725da96dc3cc5d51d97ee4fcc465db47 (patch)
tree8806400c15a6369f2b1bfd26225865ea76fad47c
parent238f31ccfd9707f979f491cd8b772cb0b1db2331 (diff)
downloadhaskell-3f1a21d9725da96dc3cc5d51d97ee4fcc465db47.tar.gz
testsuite: Bump allocations on T5321Fun and T12707
These are only failing on Darwin, strangely enough, but do so quite reproducibly.
-rw-r--r--testsuite/tests/perf/compiler/all.T11
1 files changed, 9 insertions, 2 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 797cbd9d94..616720a58c 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -503,7 +503,7 @@ test('T5321Fun',
# 2014-09-03: 299656164 (specialisation and inlining)
# 10/12/2014: 206406188 # Improvements in constraint solver
# 2016-04-06: 279922360 x86/Linux
- (wordsize(64), 497356688, 5)])
+ (wordsize(64), 525895608, 5)])
# prev: 585521080
# 29/08/2012: 713385808 # (increase due to new codegen)
# 15/05/2013: 628341952 # (reason for decrease unknown)
@@ -520,6 +520,12 @@ test('T5321Fun',
# 06/01/2017: 497356688 # Small coercion optimisations
# The actual decrease was only 2%; earlier
# commits had drifted down
+ # 22/01/2017: 525895608 # Allow top-level string literals in Core. I'm not
+ # convinced that this patch is
+ # responsible for all of this
+ # change, however. Namely I am
+ # quite skeptical of the downward
+ # "drift" reported above
],
compile,[''])
@@ -932,8 +938,9 @@ test('T13056',
test('T12707',
[ compiler_stats_num_field('bytes allocated',
- [(wordsize(64), 1271577192, 5),
+ [(wordsize(64), 1348865648, 5),
# initial: 1271577192
+ # 2017-01-22: 1348865648 Allow top-level strings in Core
]),
],
compile,