summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Graf <sebastian.graf@kit.edu>2021-02-28 12:52:53 +0100
committerSebastian Graf <sebastian.graf@kit.edu>2021-02-28 12:54:22 +0100
commitd5d875987314a38b0fc7388952c6e0985d364276 (patch)
tree0294fd6efb07365207de025b5cd0821fad306dc1
parent035d983dfa217bf8784b86e78d6024a3ca1a3f4f (diff)
downloadhaskell-wip/widen-acceptence-MultiLayerModules.tar.gz
Widen acceptance window of `MultiLayerModules` (#19293) [skip ci]wip/widen-acceptence-MultiLayerModules
As #19293 realises, this one keeps on flip flopping by 2.5% depending on how many modules there are within the GHC package. We should revert this once we figured out how to fix what's going on.
-rw-r--r--testsuite/tests/perf/compiler/all.T5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 143ebc2c8b..5fde44d7ea 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -260,8 +260,11 @@ test('T13379',
compile,
[''])
+# MultiLayerModules flip flops by 2.5%, depending on the
+# number of modules within GHC (#19293). Just widen the
+# acceptance window until we figured out how to fix it.
test('MultiLayerModules',
- [ collect_compiler_stats('bytes allocated',2),
+ [ collect_compiler_stats('bytes allocated',3),
pre_cmd('./genMultiLayerModules'),
extra_files(['genMultiLayerModules']),
compile_timeout_multiplier(5)