We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813f694 commit 8cac0a3Copy full SHA for 8cac0a3
tox.ini
@@ -71,20 +71,24 @@ commands=
71
72
[testenv:benchmark-all]
73
deps=
74
+setenv =
75
commands=
76
python ./benchmark_scripts/benchmark.py --all
77
78
[testenv:benchmark-functions]
79
80
81
82
python ./benchmark_scripts/benchmark.py --functions
83
84
[testenv:benchmark-gzip]
85
86
87
88
python ./benchmark_scripts/benchmark.py --gzip
89
90
[testenv:benchmark-checksums]
91
92
93
94
python ./benchmark_scripts/benchmark.py --checksums
0 commit comments