mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
When adding new features to the "experimental" allocator we are not directly breaking "normal" usage of DRA because that uses the "incubating" allocator. But we still want to know about potential performance problems also for those test cases. If there is one, we might not be able to implement an experimental feature in a way that allows promoting it later. This is achieved by running the benchmarks twice as sub-tests, with different topic names. The topic names then can be used to select different thresholds, using a new extension of the scheduler_pref JSON config format.