diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2016-04-07 09:21:22 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2016-04-07 09:21:22 +0200 |
commit | 27528b30d675fabd9aa5ad5556bc8071f13f99b5 (patch) | |
tree | 1019d78dc7450937a6672fab7b8924e7f5e060fa | |
parent | eda273bc0be4f2316758e121f5f0ed85c3460c7f (diff) | |
download | haskell-27528b30d675fabd9aa5ad5556bc8071f13f99b5.tar.gz |
Adjust performance numbers
to what phabricator found; not sure why my local validation yielded
different numbers.
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 3 | ||||
-rw-r--r-- | testsuite/tests/perf/haddock/all.T | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index c9aa537ee1..b3ae160dc3 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -680,11 +680,12 @@ test('T9675', test('T9872a', [ only_ways(['normal']), compiler_stats_num_field('bytes allocated', - [(wordsize(64), 3581500440, 5), + [(wordsize(64), 3352882080, 5), # 2014-12-10 5521332656 Initally created # 2014-12-16 5848657456 Flattener parameterized over roles # 2014-12-18 2680733672 Reduce type families even more eagerly # 2015-12-11 3581500440 TypeInType (see #11196) + # 2016-04-07 3352882080 CSE improvements (wordsize(32), 1740903516, 5) # was 1325592896 # 2016-04-06 1740903516 x86/Linux diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T index 2d40dcba5c..cf1ad4c4b2 100644 --- a/testsuite/tests/perf/haddock/all.T +++ b/testsuite/tests/perf/haddock/all.T @@ -51,7 +51,7 @@ test('haddock.base', test('haddock.Cabal', [unless(in_tree_compiler(), skip), req_haddock ,stats_num_field('bytes allocated', - [(wordsize(64), 11542374816, 5) + [(wordsize(64), 10963514352, 5) # 2012-08-14: 3255435248 (amd64/Linux) # 2012-08-29: 3324606664 (amd64/Linux, new codegen) # 2012-10-08: 3373401360 (amd64/Linux) @@ -78,6 +78,7 @@ test('haddock.Cabal', # 2016-03-29: 11517963232 (amd64/Linux) - not yet investigated # 2016-03-30: 10941742184 (amd64/Linux) - defer inlining of Int* Ord methods # 2016-04-06: 11542374816 (amd64/Linux) - CSE improvements and others + # 2016-04-07: 10963514352 (amd64/Linux) - Revert to what phabricator claims ,(platform('i386-unknown-mingw32'), 3293415576, 5) # 2012-10-30: 1733638168 (x86/Windows) |