summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2016-09-03 10:11:03 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2016-09-03 10:14:14 -0400
commit4723694b69a7ad5998c30be83ea3481c807e3c9b (patch)
tree0f8409c1426a1e8d1e64bbc596606eefda541cd8
parentd54b4844c469889bfb0a44e3c1c54dc5a947c413 (diff)
downloadhaskell-wip/T5642.tar.gz
Adjust the expected allocations for perf/compiler/T5642wip/T5642
-rw-r--r--testsuite/tests/perf/compiler/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 0ecc7c21ea..d8a88c1054 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -554,7 +554,7 @@ test('T5642',
# 2014-12-10: 641085256 Improvements in constraints solver
# 2016-04-06: 462677300
- (wordsize(64), 916484672, 10)])
+ (wordsize(64), 838316496, 10)])
# prev: 1300000000
# 2014-07-17: 1358833928 (general round of updates)
# 2014-08-07: 1402242360 (caused by 1fc60ea)
@@ -570,6 +570,7 @@ test('T5642',
# 2016-02-08: 950004816 Pattern match checker re-rework
# 2016-05-12: 1300685592 Make Generic1 poly-kinded
# 2016-06-05: 916484672 Refactor derived Generic instances to reduce allocations
+ # 2016-09-03: 838316496 Derive the Generic instance in perf/compiler/T5642
],
compile,['-O'])