File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,16 @@ commands =
35
35
codecov: {envpython} -m coverage xml -o {envtmpdir}/coverage.xml
36
36
codecov: codecov --required --disable gcov --file {envtmpdir}/coverage.xml
37
37
38
- perf: mkdir {envtmpdir}/benchmarks/
38
+ perf,perfsuite : mkdir {envtmpdir}/benchmarks/
39
39
perf: {envpython} {toxinidir}/jsonschema/benchmarks/issue232.py --inherit-environ JSON_SCHEMA_TEST_SUITE --output {envtmpdir}/benchmarks/issue232.json
40
- perf: {envpython} {toxinidir}/jsonschema/benchmarks/json_schema_test_suite.py --inherit-environ JSON_SCHEMA_TEST_SUITE --output {envtmpdir}/benchmarks/json_schema_test_suite.json
40
+ perf: {envpython} -m pyperf stats {envtmpdir}/benchmarks/issue232.json
41
+ perfsuite: {envpython} {toxinidir}/jsonschema/benchmarks/json_schema_test_suite.py --inherit-environ JSON_SCHEMA_TEST_SUITE --output {envtmpdir}/benchmarks/json_schema_test_suite.json
41
42
42
43
build: {envpython} -m build {toxinidir} --outdir {envtmpdir}/dist
43
44
deps =
44
45
build: build
45
46
46
- perf: pyperf
47
+ perf,perfsuite : pyperf
47
48
48
49
tests,coverage,codecov: twisted
49
50
You can’t perform that action at this time.
0 commit comments