What happened:
When I run tests, I see e.g. create_to_schedule has zero values:
{
"data": {
"Perc50": 0,
"Perc90": 0,
"Perc99": 0
},
"unit": "ms",
"labels": {
"Metric": "create_to_schedule"
}
},
What you expected to happen:
Some measurements that we can work from.
How to reproduce it (as minimally and precisely as possible):
kind create cluster
go run ./cmd/clusterloader.go --nodes=1 --provider=kind --report-dir=artifacts/ --testconfig=testing/node-throughput/config.yaml --testoverrides=./testing/overrides/node_containerd.yaml --kubeconfig=${HOME}/.kube/config --v=2
Anything else we need to know?:
What happened:
When I run tests, I see e.g. create_to_schedule has zero values:
What you expected to happen:
Some measurements that we can work from.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?: