Skip to content

Commit 53061ed

Browse files
committed
test: leave lab/benchmark.py in a state people can run
1 parent 73f4a67 commit 53061ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lab/benchmark.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,14 +288,14 @@ def run_experiments(
288288
],
289289
cov_versions=[
290290
#("none", None, None),
291-
("6.4", "coverage==6.4", ""),
292-
("tip", "-e ~/coverage/trunk", ""),
291+
("6.4 timid", "coverage==6.4", "timid=True"),
292+
("tip timid", "git+https://github.com/nedbat/coveragepy.git@master", "timid=True"),
293293
],
294294
projects=[
295295
ProjectPytestHtml(),
296296
ProjectAttrs(),
297297
],
298-
num_runs=5,
298+
num_runs=3,
299299
)
300300

301301
# run_experiments(

0 commit comments

Comments
 (0)