[commit: ghc] master: Bump performance mark for T9020 (c2becee)
git at git.haskell.org
git at git.haskell.org
Fri Feb 3 16:39:24 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c2becee48aa73795cbf04905f3891f543f1c746e/ghc
>---------------------------------------------------------------
commit c2becee48aa73795cbf04905f3891f543f1c746e
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Fri Feb 3 11:38:16 2017 -0500
Bump performance mark for T9020
according to the graph at perf.haskell.org, it has regressed due to join
points, which moved it very very close to the +10% mark and hence made it
fail just sometimes.
>---------------------------------------------------------------
c2becee48aa73795cbf04905f3891f543f1c746e
testsuite/tests/perf/compiler/all.T | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 1ceda50..eb7a5f5 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -669,7 +669,7 @@ test('T9020',
[(wordsize(32), 343005716, 10),
# Original: 381360728
# 2014-07-31: 343005716 (Windows) (general round of updates)
- (wordsize(64), 698401736, 10)])
+ (wordsize(64), 764866144, 10)])
# prev: 795469104
# 2014-07-17: 728263536 (general round of updates)
# 2014-09-10: 785871680 post-AMP-cleanup
@@ -678,6 +678,7 @@ test('T9020',
# 2016-01-26: 698401736 improvement from using ExpTypes instead of ReturnTvs
# 2016-04-06: 852298336 Refactoring of CSE #11781
# 2016-04-06: 698401736 Use thenIO in Applicative IO
+ # 2017-02-03: 764866144 Join points
],
compile,[''])
More information about the ghc-commits
mailing list