Skip to content

Commit 07b9417

Browse files
authored
Revert "Disable warmups during pystats"
1 parent 78665ab commit 07b9417

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
### Bugfixes
44

5-
#### No warmups on pystats runs
6-
7-
To prevent "missing" some stats collected during warmup runs, they are now
8-
disabled when collecting pystats.
9-
105
#### Removing a git repo on Windows fails
116

127
One needs to remove the "read only" flags on certain files in the git repo in order to remove it.

bench_runner/scripts/run_benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def collect_pystats(
145145
if LOOPS_FILE_ENV_VAR not in os.environ:
146146
os.environ[LOOPS_FILE_ENV_VAR] = "loops.json"
147147

148-
extra_args = ["--hook", "pystats", "--warmups", "0"]
148+
extra_args = ["--hook", "pystats"]
149149

150150
if flags is None:
151151
flags = []

0 commit comments

Comments
 (0)