diff options
author | Sebastian Graf <sebastian.graf@kit.edu> | 2021-02-28 12:52:53 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-03-01 17:29:44 -0500 |
commit | 8c425bd83b3d622cd055ad015daca3539a6670de (patch) | |
tree | 417b27bc553855f1a2bb3e3ac94df5a410ae5894 | |
parent | f512f9e232329c3c6c5a809d82216cc90a3a3ec7 (diff) | |
download | haskell-8c425bd83b3d622cd055ad015daca3539a6670de.tar.gz |
Widen acceptance window of `MultiLayerModules` (#19293) [skip ci]
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) |