[Git][ghc/ghc][master] Use default deviation for large-project test
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Mon May 20 14:56:30 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
d9e2c119 by Torsten Schmits at 2024-05-20T10:55:52-04:00
Use default deviation for large-project test
This new performance test has the purpose of detecting regressions in
complexity in relation to the number of modules in a project, so 1%
deviation is way too small to avoid false positives.
- - - - -
1 changed file:
- testsuite/tests/perf/compiler/large-project/all.T
Changes:
=====================================
testsuite/tests/perf/compiler/large-project/all.T
=====================================
@@ -7,7 +7,7 @@ def large_project_makedepend(num):
return test(
f'large-project-makedepend-{num}',
[
- collect_compiler_stats('bytes allocated', 1),
+ collect_compiler_stats('bytes allocated'),
pre_cmd(f'./large-project.sh {num}'),
extra_files(['large-project.sh']),
ignore_stderr,
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d9e2c1197c401906af05fc1b7de55912ef183799
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d9e2c1197c401906af05fc1b7de55912ef183799
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240520/a9cda226/attachment.html>
More information about the ghc-commits
mailing list