summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index eb22013..4a60c81 100644
--- a/tox.ini
+++ b/tox.ini
@@ -35,15 +35,16 @@ commands =
codecov: {envpython} -m coverage xml -o {envtmpdir}/coverage.xml
codecov: codecov --required --disable gcov --file {envtmpdir}/coverage.xml
- perf: mkdir {envtmpdir}/benchmarks/
+ perf,perfsuite: mkdir {envtmpdir}/benchmarks/
perf: {envpython} {toxinidir}/jsonschema/benchmarks/issue232.py --inherit-environ JSON_SCHEMA_TEST_SUITE --output {envtmpdir}/benchmarks/issue232.json
- perf: {envpython} {toxinidir}/jsonschema/benchmarks/json_schema_test_suite.py --inherit-environ JSON_SCHEMA_TEST_SUITE --output {envtmpdir}/benchmarks/json_schema_test_suite.json
+ perf: {envpython} -m pyperf stats {envtmpdir}/benchmarks/issue232.json
+ perfsuite: {envpython} {toxinidir}/jsonschema/benchmarks/json_schema_test_suite.py --inherit-environ JSON_SCHEMA_TEST_SUITE --output {envtmpdir}/benchmarks/json_schema_test_suite.json
build: {envpython} -m build {toxinidir} --outdir {envtmpdir}/dist
deps =
build: build
- perf: pyperf
+ perf,perfsuite: pyperf
tests,coverage,codecov: twisted