Skip to content
Snippets Groups Projects
Commit e690dba3 authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

Remove -m opt

parent 4f4732b2
No related branches found
No related tags found
2 merge requests!456Release candidate v1 24,!246API tests execution time reports
......@@ -14,9 +14,9 @@ deps =
prettytable
commands =
python -m {toxinidir}/tests/tests_api/hivemind/benchmarks/benchmark_generator.py {toxinidir}/{env:BENCHMARKS_TESTS_PATH} {toxinidir}/{env:BENCHMARKS_SCRIPT_NAME}.py http://{env:HIVEMIND_ADDRESS}:{env:HIVEMIND_PORT}
python {toxinidir}/tests/tests_api/hivemind/benchmarks/benchmark_generator.py {toxinidir}/{env:BENCHMARKS_TESTS_PATH} {toxinidir}/{env:BENCHMARKS_SCRIPT_NAME}.py http://{env:HIVEMIND_ADDRESS}:{env:HIVEMIND_PORT}
pytest --benchmark-json={toxinidir}/{env:BENCHMARKS_SCRIPT_NAME}.json {toxinidir}/{env:BENCHMARKS_SCRIPT_NAME}.py
python -m {toxinidir}/scripts/json_report_parser.py {toxinidir}/{env:BENCHMARKS_TESTS_PATH} {toxinidir}/{env:BENCHMARKS_SCRIPT_NAME}.json
python {toxinidir}/scripts/json_report_parser.py {toxinidir}/{env:BENCHMARKS_TESTS_PATH} {toxinidir}/{env:BENCHMARKS_SCRIPT_NAME}.json
[testenv:tavern]
setenv =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment