summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/haddock
diff options
context:
space:
mode:
authorTamar Christina <tamar@zhox.com>2017-02-21 11:21:48 -0500
committerBen Gamari <ben@smart-cactus.org>2017-02-21 19:41:55 -0500
commit9ef2749c3f3818944ae7dac5c9d10851b63b834a (patch)
treea75dcfa3af6c31c055e3f1af3521e122529c8a6f /testsuite/tests/perf/haddock
parent499a15db0d71a9d0b91cbd5f509dabff50df2566 (diff)
downloadhaskell-9ef2749c3f3818944ae7dac5c9d10851b63b834a.tar.gz
Fix all broken perf tests on x64 Windows
various perf tests have been broken over the course of the past few months. This updates the numbers. Test Plan: ./validate Reviewers: austin, bgamari Subscribers: thomie, #ghc_windows_task_force Differential Revision: https://phabricator.haskell.org/D3160
Diffstat (limited to 'testsuite/tests/perf/haddock')
-rw-r--r--testsuite/tests/perf/haddock/all.T5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index a148b712d2..9bd29ff8a8 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -5,7 +5,10 @@
test('haddock.base',
[unless(in_tree_compiler(), skip), req_haddock
,stats_num_field('bytes allocated',
- [(wordsize(64), 25592972912, 5)
+ [(platform('x86_64-unknown-mingw32'), 24286343184, 5)
+ # 2017-02-19 24286343184 (x64/Windows) - Generalize kind of (->)
+
+ ,(wordsize(64), 25592972912, 5)
# 2012-08-14: 5920822352 (amd64/Linux)
# 2012-09-20: 5829972376 (amd64/Linux)
# 2012-10-08: 5902601224 (amd64/Linux)