Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 71ccea3

Browse files
committed
metrics: Support to gathered latency results
This PR adds support to gathered the latency metrics that we get from the artifacts when running the metrics CI. Fixes #5387 Signed-off-by: Gabriela Cervantes <[email protected]>
1 parent 0691c36 commit 71ccea3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmd/checkmetrics/history/history.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ test_queries+=(".\"memory-footprint-inside-container\".Results | .[] | .memtotal
4747
if [ "${KATA_HYPERVISOR}" == "cloud-hypervisor" ]; then
4848
tests+=("network-iperf3")
4949
test_queries+=(".\"network-iperf3\".Results | .[] | .cpu.Result")
50+
51+
tests+=("latency")
52+
test_queries+=(".\"latency\".Results | .[] | .latency.Result")
53+
5054
fi
5155

5256
# What is the base URL of the Jenkins server

0 commit comments

Comments
 (0)