perf-tests
perf-tests copied to clipboard
ClusterLoader: Combine provider specific code in a single place
There are multiple measurements that introduce provider specific code, e.g.: https://github.com/kubernetes/perf-tests/blob/master/clusterloader2/pkg/measurement/common/etcd_metrics.go#L95 https://github.com/kubernetes/perf-tests/blob/master/clusterloader2/pkg/measurement/common/scheduler_latency.go#L178
Those should be extracted from measurements to a separate single location.
@shyamjvs
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
/remove-lifecycle stale /lifecycle frozen
This is being addressed as we speak: https://github.com/kubernetes/perf-tests/pull/1344