[commit: ghc] master: Update performance numbers on Windows (baec358)
git at git.haskell.org
git at git.haskell.org
Fri Oct 5 03:35:35 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/baec3586576c1eed0d6fab32ef34293484cf5a2e/ghc
>---------------------------------------------------------------
commit baec3586576c1eed0d6fab32ef34293484cf5a2e
Author: Tamar Christina <tamar at zhox.com>
Date: Thu Oct 4 13:48:52 2018 -0400
Update performance numbers on Windows
Test Plan: ./validate
Reviewers: bgamari
Reviewed By: bgamari
Subscribers: rwbarton, carter
Differential Revision: https://phabricator.haskell.org/D5176
>---------------------------------------------------------------
baec3586576c1eed0d6fab32ef34293484cf5a2e
testsuite/tests/perf/compiler/all.T | 7 ++++---
testsuite/tests/perf/should_run/all.T | 8 ++++++--
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 7420690..d1d5a1c 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -670,10 +670,11 @@ test('T5837',
# 2016-04-06: 24199320 (x86/Linux, 64-bit machine) TypeInType
# 2017-03-24: 27028956 (x86/Linux, 64-bit machine)
- (platform('x86_64-unknown-mingw32'), 54793816, 7),
+ (platform('x86_64-unknown-mingw32'), 61806136, 7),
# 2017-02-19 59161648 (x64/Windows) - Unknown
# 2017-04-21 54985248 (x64/Windows) - Unknown
# 2017-12-24 54793816 (x64/Windows) - Unknown
+ # 2018-09-23 61806136 (x64/Windows) - Unknown
(wordsize(64), 55813608, 7)])
# sample: 3926235424 (amd64/Linux, 15/2/2012)
@@ -897,7 +898,7 @@ test('T9872c',
test('T9872d',
[ only_ways(['normal']),
compiler_stats_num_field('bytes allocated',
- [(wordsize(64), 578498120, 5),
+ [(wordsize(64), 578498120, 7),
# 2014-12-18 796071864 Initally created
# 2014-12-18 739189056 Reduce type families even more eagerly
# 2015-01-07 687562440 TrieMap leaf compression
@@ -1156,7 +1157,7 @@ test('T12707',
test('T12150',
[ only_ways(['optasm']),
compiler_stats_num_field('bytes allocated',
- [(wordsize(64), 77557800, 5)
+ [(wordsize(64), 77557800, 10)
# initial: 70773000
# 2017-08-25: 74358208 Refactor the Mighty Simplifier
# 2017-08-25: 78300680 Drift
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T
index 37ce0a4..e3fb136 100644
--- a/testsuite/tests/perf/should_run/all.T
+++ b/testsuite/tests/perf/should_run/all.T
@@ -586,7 +586,9 @@ test('T14936',
test('T15226',
[stats_num_field('bytes allocated',
- [ (wordsize(64), 41040, 5) ]),
+ [(platform('x86_64-unknown-mingw32'), 37488, 4),
+ # 2018-09-23 37488 Linker changes
+ (wordsize(64), 41040, 5) ]),
# 2018-06-06 41040 Let the simplifier know the result
# of seq# is in WHNF
# initial 400041040
@@ -596,7 +598,9 @@ test('T15226',
test('T15226a',
[stats_num_field('bytes allocated',
- [ (wordsize(64), 41040, 5) ]),
+ [(platform('x86_64-unknown-mingw32'), 37488, 4),
+ # 2018-09-23 37488 Linker changes
+ (wordsize(64), 41040, 5) ]),
# 2018-06-06 41040 Look through casts for seq#
# initial 400041040
only_ways(['normal'])],
More information about the ghc-commits
mailing list