kubernetes-sigs / kube-scheduler-wasm-extension

All the things to make the scheduler extendable with wasm.
Apache License 2.0
86 stars 17 forks source link

set up scheduler_perf #29

Closed sanposhiho closed 9 months ago

sanposhiho commented 11 months ago

What would you like to be added:

set up scheduler_perf for /scheduler/cmd/scheduler

It depends on https://github.com/kubernetes/kubernetes/issues/118459

Why is this needed:

We can observe a detailed performance with the internal benchmark. And scheduler_perf would be useful to see how actually the wasm extension slows down overall scheduling, and whether it's acceptable or not.

Completion requirements:

This enhancement requires the following artifacts:

The artifacts should be linked in subsequent comments.