diff options
author | Sebastian Graf <sebastian.graf@kit.edu> | 2021-02-28 12:52:53 +0100 |
---|---|---|
committer | Sebastian Graf <sebastian.graf@kit.edu> | 2021-02-28 12:54:22 +0100 |
commit | d5d875987314a38b0fc7388952c6e0985d364276 (patch) | |
tree | 0294fd6efb07365207de025b5cd0821fad306dc1 | |
parent | 035d983dfa217bf8784b86e78d6024a3ca1a3f4f (diff) | |
download | haskell-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.T | 5 |
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) |