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

Commit 41a9d0a

Browse files
authored
Merge pull request #5388 from GabyCT/topic/addclhlatency
metrics: Support to gathered latency results
2 parents 0691c36 + 71ccea3 commit 41a9d0a

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)