We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab484a commit 77a3619Copy full SHA for 77a3619
1 file changed
bench/bench.py
@@ -11,6 +11,7 @@
11
import os
12
import shlex
13
import subprocess
14
+import sys
15
from pathlib import Path
16
import time
17
@@ -196,7 +197,7 @@ def pytest_configure(self, config):
196
197
config._valgrind_runner = runner
198
199
exit_code = pytest.main(
- [__file__, "-v", "--codspeed"],
200
+ [__file__, "--codspeed", "--codspeed-warmup-time=0"],
201
plugins=[RunnerPlugin()],
202
)
203
if exit_code != 0 and exit_code != 5:
0 commit comments