Skip to content
Snippets Groups Projects
Commit e2ea2991 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Merge branch 'bw_increase_bench_limit' into 'develop'

Benchmark time limit increased to 1.5 s

See merge request !412
parents 2959f62b 640a025f
No related branches found
No related tags found
2 merge requests!456Release candidate v1 24,!412Benchmark time limit increased to 1.5 s
...@@ -367,7 +367,7 @@ stages: ...@@ -367,7 +367,7 @@ stages:
localhost $RUNNER_HIVEMIND_SERVER_HTTP_PORT \ localhost $RUNNER_HIVEMIND_SERVER_HTTP_PORT \
$RUNNER_BENCHMARK_ITERATIONS \ $RUNNER_BENCHMARK_ITERATIONS \
$RUNNER_BENCHMARK_JOBS $RUNNER_BENCHMARK_JOBS
- ./scripts/xml_report_parser.py . ./tests/tests_api/hivemind/tavern - ./scripts/xml_report_parser.py --time-threshold=1.5 . ./tests/tests_api/hivemind/tavern
.api-smoketest-benchmark: .api-smoketest-benchmark:
stage: benchmark-tests stage: benchmark-tests
......
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