diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2017-02-03 11:38:16 -0500 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2017-02-03 11:38:16 -0500 |
commit | c2becee48aa73795cbf04905f3891f543f1c746e (patch) | |
tree | bc5694940e616507c42489b4c79df1759751e83b | |
parent | 09b8332df92428fe1be780c8a6bbcdd4c341a50d (diff) | |
download | haskell-c2becee48aa73795cbf04905f3891f543f1c746e.tar.gz |
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.
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 1ceda503b3..eb7a5f5f02 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,['']) |