summaryrefslogtreecommitdiff
path: root/lab
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-05-30 14:41:48 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-05-30 14:41:48 -0400
commit53061ed60e51407e994611d88051b11c7ea78c8c (patch)
tree455a65eac767f2868bd41b4ea5cf4456823299ae /lab
parent73f4a6787b69138f5fe3e682a5cbb08432919e72 (diff)
downloadpython-coveragepy-git-53061ed60e51407e994611d88051b11c7ea78c8c.tar.gz
test: leave lab/benchmark.py in a state people can run
Diffstat (limited to 'lab')
-rw-r--r--lab/benchmark.py6
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(