[commit: ghc] master: Fix T12234 stat mistakes (57d969e)
git at git.haskell.org
git at git.haskell.org
Fri Mar 3 00:02:13 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/57d969ec9bea8ca44e735845e9aa91292fe5e75b/ghc
>---------------------------------------------------------------
commit 57d969ec9bea8ca44e735845e9aa91292fe5e75b
Author: David Feuer <david.feuer at gmail.com>
Date: Thu Mar 2 19:02:02 2017 -0500
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
>---------------------------------------------------------------
57d969ec9bea8ca44e735845e9aa91292fe5e75b
testsuite/tests/perf/compiler/all.T | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 6b89961..fa63910 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,
More information about the ghc-commits
mailing list