summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-04-30 18:01:12 -0400
committerBen Gamari <ben@smart-cactus.org>2018-05-01 11:33:52 -0400
commit6212d01542e77b4f8855437280c641854fcd962b (patch)
treeb4cf05e964330ca5fd86b992eb5dfbfb46fd614a
parentb5739bde5dd9113c34ebacc7f85f10ba347c5850 (diff)
downloadhaskell-6212d01542e77b4f8855437280c641854fcd962b.tar.gz
testsuite: Bump performance meterics due to 3d38e8284b73
This commit bumped T12425, T12234 and T12150 over their expected metrics on OS X.
-rw-r--r--testsuite/tests/perf/compiler/all.T9
1 files changed, 6 insertions, 3 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 2001cda637..237b74aa49 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1040,7 +1040,7 @@ test('T12227',
test('T12425',
[ only_ways(['optasm']),
compiler_stats_num_field('bytes allocated',
- [(wordsize(64), 141952368, 5),
+ [(wordsize(64), 150743648, 5),
# initial: 125831400
# 2017-01-18: 133380960 Allow top-level string literals in Core
# 2017-02-17: 153611448 Type-indexed Typeable
@@ -1049,6 +1049,7 @@ test('T12425',
# 2017-04-28: 127500136 Remove exponential behaviour in simplifier
# 2017-05-23: 134780272 Addition of llvm-targets in dynflags (D3352)
# 2018-04-15: 141952368 Collateral of #14737
+ # 2018-04-26: 150743648 Do not unpack class dictionaries with INLINABLE
]),
],
compile,
@@ -1061,7 +1062,7 @@ test('T12234',
# initial: 83032768
# 2017-02-19 89180624 (x64/Windows) - Unknown
# 2017-02-25 79889200 (x64/Windows) - Early inline patch
- (wordsize(64), 81696664, 5),
+ (wordsize(64), 85961968, 5),
# initial: 72958288
# 2016-01-17: 76848856 (x86-64, Linux. drift?)
# 2017-02-01: 80882208 (Use superclass instances when solving)
@@ -1069,6 +1070,7 @@ test('T12234',
# 2017-02-17: 86525344 (Type-indexed Typeable)
# 2017-02-25: 83032768 (Early inline patch)
# 2017-09-07: 81696664 (Semigroup=>Monoid patch, D3927)
+ # 2018-04-26: 85961968 (Do not unpack class dictionaries with INLINABLE)
]),
],
compile,
@@ -1135,11 +1137,12 @@ test('T12707',
test('T12150',
[ only_ways(['optasm']),
compiler_stats_num_field('bytes allocated',
- [(wordsize(64), 73769936, 5)
+ [(wordsize(64), 77557800, 5)
# initial: 70773000
# 2017-08-25: 74358208 Refactor the Mighty Simplifier
# 2017-08-25: 78300680 Drift
# 2017-10-25: 73769936 amd64/linux Fix space leak in BinIface.getSymbolTable
+ # 2018-04-26: 77557800 Do not unpack class dictionaries with INLINABLE
]),
],
compile,