mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
scheduler_perf: avoid ambiguous test names
"-bench=PerfScheduling/Preemption/500Nodes" ran both the PerfScheduling/Preemption/500Nodes and the PerfScheduling/PreemptionPVs/500Nodes benchmark. This can be avoided by choosing names where none is the prefix of another.
This commit is contained in:
parent
535d885c29
commit
8d44b819b3
@ -373,7 +373,7 @@
|
||||
initPods: 2000
|
||||
measurePods: 1000
|
||||
|
||||
- name: Preemption
|
||||
- name: PreemptionBasic
|
||||
workloadTemplate:
|
||||
- opcode: createNodes
|
||||
countParam: $initNodes
|
||||
|
Loading…
Reference in New Issue
Block a user