Skip to content
Snippets Groups Projects
Commit 9b24c1dd authored by Michał Kudela's avatar Michał Kudela
Browse files

Fix unserved parameter in `start-api-benchmarks` script

parent 6394ae9a
No related branches found
No related tags found
2 merge requests!827Merge develop changes to master,!717Rewrite python function to sql ( condenser_api )
...@@ -32,7 +32,7 @@ for ((i = 0; i < ITERATIONS; i++)); do ...@@ -32,7 +32,7 @@ for ((i = 0; i < ITERATIONS; i++)); do
tox -e tavern-benchmark -- \ tox -e tavern-benchmark -- \
-W ignore::pytest.PytestDeprecationWarning \ -W ignore::pytest.PytestDeprecationWarning \
-n "${JOBS}" \ -n "${JOBS}" \
"${@:6}" "${@:5}"
echo "Done!" echo "Done!"
done done
tox -e csv-report-parser -- "http://${HIVEMIND_ADDRESS}" "${HIVEMIND_PORT}" "${TAVERN_DIR}" "${TAVERN_DIR}" --time-threshold=2.0 tox -e csv-report-parser -- "http://${HIVEMIND_ADDRESS}" "${HIVEMIND_PORT}" "${TAVERN_DIR}" "${TAVERN_DIR}" --time-threshold=2.0
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