We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96442ca commit 145f5fbCopy full SHA for 145f5fb
1 file changed
pybench
@@ -1,4 +1,11 @@
1
#!/bin/sh -e
2
3
rm -rf .benchmarks
4
-pytest -v bench/benchmark_* --benchmark-disable-gc --benchmark-autosave --benchmark-save-data "$@"
+pytest \
5
+ --verbose \
6
+ --benchmark-min-time=1 \
7
+ --benchmark-max-time=5 \
8
+ --benchmark-disable-gc \
9
+ --benchmark-autosave \
10
+ --benchmark-save-data \
11
+ bench/benchmark_*
0 commit comments