summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-05-24 09:59:43 -0400
committerBen Gamari <ben@smart-cactus.org>2018-05-24 09:59:43 -0400
commit49691c4f2b7971c5f3b562116811a197554514c0 (patch)
tree704d49c25b12f461b08f2e3aadb4d1bd36301880 /testsuite/tests/perf
parentbf10456edaa03dc010821cd4c3d9f49cb11d89da (diff)
downloadhaskell-49691c4f2b7971c5f3b562116811a197554514c0.tar.gz
testsuite: Bump OS X performance numbers
Sadly I can't easily determine the cause of T13701's regression since the tree was broken.
Diffstat (limited to 'testsuite/tests/perf')
-rw-r--r--testsuite/tests/perf/compiler/all.T5
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index f65241585d..3b37344c4e 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1204,7 +1204,7 @@ test('ManyAlternatives',
test('T13701',
[ compiler_stats_num_field('bytes allocated',
- [(platform('x86_64-apple-darwin'), 2217187888, 10),
+ [(platform('x86_64-apple-darwin'), 2549206272, 10),
(platform('x86_64-unknown-linux'), 2413253392, 10),
# initial: 2511285600
# 2017-06-23: 2188045288 treat banged variable bindings as FunBinds
@@ -1235,9 +1235,10 @@ test('T13719',
test('T14697',
[ compiler_stats_num_field('bytes allocated',
- [(wordsize(64), 337290376, 10),
+ [(wordsize(64), 371030912, 10),
# initial: 635573784
# 2018-02-23: 337290376 Cache the fingerprint of sOpt_P
+ # 2018-05-24: 371030912 Unknown
]),
# This generates too large of a command-line for poor Windows
when(opsys('mingw32'), expect_broken(15072)),