mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 11:31:05 +00:00
metrics: Further reduce repeats for boot time tests on qemu
I've seen failures on the third run, so reduce it further to just run twice on qemu Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
97151cce4e
commit
d77008b817
@ -57,7 +57,7 @@ function run_test_launchtimes() {
|
||||
repetitions=20
|
||||
if [[ ${KATA_HYPERVISOR} == "qemu" ]]; then
|
||||
# The qemu workload seems to fail before it can run ~5-7 repetitions of the workload
|
||||
repetitions=3
|
||||
repetitions=2
|
||||
fi
|
||||
|
||||
info "Running Launch Time test using ${KATA_HYPERVISOR} hypervisor"
|
||||
|
Loading…
Reference in New Issue
Block a user