Skip to content
Snippets Groups Projects
Commit d9e2c119 authored by Torsten Schmits's avatar Torsten Schmits Committed by Marge Bot
Browse files

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.
parent 071d7a1e
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment