diff options
Diffstat (limited to 'lab/benchmark.py')
-rw-r--r-- | lab/benchmark.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lab/benchmark.py b/lab/benchmark.py index d1bcd024..dd52afe5 100644 --- a/lab/benchmark.py +++ b/lab/benchmark.py @@ -288,14 +288,14 @@ with change_dir(PERF_DIR): ], cov_versions=[ #("none", None, None), - ("6.4", "coverage==6.4", ""), - ("tip", "-e ~/coverage/trunk", ""), + ("6.4 timid", "coverage==6.4", "timid=True"), + ("tip timid", "git+https://github.com/nedbat/coveragepy.git@master", "timid=True"), ], projects=[ ProjectPytestHtml(), ProjectAttrs(), ], - num_runs=5, + num_runs=3, ) # run_experiments( |