Skip to content

Commit 8cac0a3

Browse files
committed
Disable pythondevmode in benchmark environments
1 parent 813f694 commit 8cac0a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,24 @@ commands=
7171

7272
[testenv:benchmark-all]
7373
deps=
74+
setenv =
7475
commands=
7576
python ./benchmark_scripts/benchmark.py --all
7677

7778
[testenv:benchmark-functions]
7879
deps=
80+
setenv =
7981
commands=
8082
python ./benchmark_scripts/benchmark.py --functions
8183

8284
[testenv:benchmark-gzip]
8385
deps=
86+
setenv =
8487
commands=
8588
python ./benchmark_scripts/benchmark.py --gzip
8689

8790
[testenv:benchmark-checksums]
8891
deps=
92+
setenv =
8993
commands=
9094
python ./benchmark_scripts/benchmark.py --checksums

0 commit comments

Comments
 (0)