summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorTamar Christina <tamar@zhox.com>2018-10-04 13:48:52 -0400
committerBen Gamari <ben@smart-cactus.org>2018-10-04 22:27:54 -0400
commitbaec3586576c1eed0d6fab32ef34293484cf5a2e (patch)
tree020d1f560e2e87abde487de9293d638a64684730 /testsuite
parentadcb5fb47c0942671d409b940d8884daa9359ca4 (diff)
downloadhaskell-baec3586576c1eed0d6fab32ef34293484cf5a2e.tar.gz
Update performance numbers on Windows
Test Plan: ./validate Reviewers: bgamari Reviewed By: bgamari Subscribers: rwbarton, carter Differential Revision: https://phabricator.haskell.org/D5176
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/perf/compiler/all.T7
-rw-r--r--testsuite/tests/perf/should_run/all.T8
2 files changed, 10 insertions, 5 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 7420690232..d1d5a1ce70 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 37ce0a454f..e3fb136d9f 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'])],