[commit: ghc] ghc-8.2: testsuite: Bump metrics of T9203 (b8877b3)
git at git.haskell.org
git at git.haskell.org
Sat Nov 4 23:18:24 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.2
Link : http://ghc.haskell.org/trac/ghc/changeset/b8877b37d48d329e819a16995c636dcfa3da4200/ghc
>---------------------------------------------------------------
commit b8877b37d48d329e819a16995c636dcfa3da4200
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Oct 30 18:10:18 2017 -0400
testsuite: Bump metrics of T9203
>---------------------------------------------------------------
b8877b37d48d329e819a16995c636dcfa3da4200
testsuite/tests/perf/should_run/all.T | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T
index 65e6091..9dd85f7 100644
--- a/testsuite/tests/perf/should_run/all.T
+++ b/testsuite/tests/perf/should_run/all.T
@@ -452,11 +452,12 @@ test('T9203',
# 2016-04-06 84345136 (i386/Debian) not sure
# 2017-03-24 77969268 (x86/Linux, 64-bit machine) probably join points
- , (wordsize(64), 84620888, 5) ]),
+ , (wordsize(64), 95910600, 5) ]),
# was 95747304
# 2019-09-10 94547280 post-AMP cleanup
# 2015-10-28 95451192 emit Typeable at definition site
# 2016-12-19 84620888 Join points
+ # 2017-10-30 95910600 Unknown
only_ways(['normal'])],
compile_and_run,
['-O2'])
More information about the ghc-commits
mailing list