diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2018-02-27 08:43:51 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2018-02-27 08:44:45 +0000 |
commit | d675a354e8db67d87d1f257c3d1d2bf2d58c2b3f (patch) | |
tree | f7d01f0af3a2861f31dcae0bfe512a2ae09f392b /testsuite | |
parent | e99fdf775540440c1c58dc5ade3c5984dc49246f (diff) | |
download | haskell-d675a354e8db67d87d1f257c3d1d2bf2d58c2b3f.tar.gz |
Better stats for T5837
I'm not sure why. It's an odd test, mind you; a weird type-function
recursion thing. So I'm not inclined to investigate.
Anyway, good!
Diffstat (limited to 'testsuite')
-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 1a2413aeab..4c2462c85b 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -665,7 +665,7 @@ test('T5837', # 2017-04-21 54985248 (x64/Windows) - Unknown # 2017-12-24 54793816 (x64/Windows) - Unknown - (wordsize(64), 55813608, 7)]) + (wordsize(64), 51294232, 7)]) # sample: 3926235424 (amd64/Linux, 15/2/2012) # 2012-10-02 81879216 # 2012-09-20 87254264 amd64/Linux @@ -704,6 +704,7 @@ test('T5837', # 2017-09-06 56782344 amd64/Linux Drift manifest in unrelated LLVM patch # 2017-10-24 52089424 amd64/linux Fix space leak in BinIface.getSymbolTable # 2018-02-19 55813608 amd64/Linux Unknown + # 2018-02-27 51294232 amd64/Linux Better still, I'm not sure why ], compile, ['-freduction-depth=50']) |