perf-tests icon indicating copy to clipboard operation
perf-tests copied to clipboard

ClusterLoader: Combine provider specific code in a single place

Open wojtek-t opened this issue 7 years ago • 3 comments

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

wojtek-t avatar Oct 03 '18 12:10 wojtek-t

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

fejta-bot avatar Jan 01 '19 13:01 fejta-bot

/remove-lifecycle stale /lifecycle frozen

wojtek-t avatar Jan 02 '19 07:01 wojtek-t

This is being addressed as we speak: https://github.com/kubernetes/perf-tests/pull/1344

wojtek-t avatar Jun 24 '20 08:06 wojtek-t