mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +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
|
initPods: 2000
|
||||||
measurePods: 1000
|
measurePods: 1000
|
||||||
|
|
||||||
- name: Preemption
|
- name: PreemptionBasic
|
||||||
workloadTemplate:
|
workloadTemplate:
|
||||||
- opcode: createNodes
|
- opcode: createNodes
|
||||||
countParam: $initNodes
|
countParam: $initNodes
|
||||||
|
Loading…
Reference in New Issue
Block a user