summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Feuer <david.feuer@gmail.com>2017-03-02 19:02:02 -0500
committerDavid Feuer <David.Feuer@gmail.com>2017-03-02 19:02:03 -0500
commit57d969ec9bea8ca44e735845e9aa91292fe5e75b (patch)
treeac11bc8bb2f3153975ccc6012e4fef8fe7a4c15a
parent57ef18a291587999f695e28aa0cdc007d63054c5 (diff)
downloadhaskell-57d969ec9bea8ca44e735845e9aa91292fe5e75b.tar.gz
Fix T12234 stat mistakes
I goofed up updating the expected and recent historical results here. They should be right now. Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D3264
-rw-r--r--testsuite/tests/perf/compiler/all.T5
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 6b89961c75..fa63910a2a 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -977,7 +977,7 @@ test('T12234',
[ only_ways(['optasm']),
compiler_stats_num_field('bytes allocated',
[(platform('x86_64-unknown-mingw32'), 89180624, 5),
- # initial: 89180624
+ # initial: 83032768
# 2017-02-19 89180624 (x64/Windows) - Unknown
(wordsize(64), 80245640, 5),
# initial: 72958288
@@ -985,8 +985,7 @@ test('T12234',
# 2017-02-01: 80882208 (Use superclass instances when solving)
# 2017-02-05: 74374440 (Probably OccAnal fixes)
# 2017-02-17: 86525344 (Type-indexed Typeable)
- # 2017-02-25: 80245640 (Early inline patch)
- # 2017-03-01: 84750072 (Unclear. Possibly catch# signature change.)
+ # 2017-02-25: 83032768 (Early inline patch)
]),
],
compile,