Skip to content

Commit 7049a4a

Browse files
authored
Merge pull request kata-containers#5438 from GabyCT/topic/uhist
metrics: Add collection for iperf3 parallel results
2 parents f3629f3 + 847fc0f commit 7049a4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/checkmetrics/history/history.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ if [ "${KATA_HYPERVISOR}" == "cloud-hypervisor" ]; then
5151
tests+=("latency")
5252
test_queries+=(".\"latency\".Results | .[] | .latency.Result")
5353

54+
tests+=("network-iperf3")
55+
test_queries+=(".\"network-iperf3\".Results | .[] | .parallel.Result")
56+
5457
fi
5558

5659
# What is the base URL of the Jenkins server

0 commit comments

Comments
 (0)