62
62
Method : SchedulingMetrics
63
63
Params :
64
64
action : start
65
- token : {{ $token }}
66
- endpoint : " localhost:10259"
67
65
- Identifier : FastFillPodStartupLatency
68
66
Method : PodStartupLatency
69
67
Params :
76
74
Method : SchedulingMetrics
77
75
Params :
78
76
action : reset
79
- token : {{ $token }}
80
- endpoint : " localhost:10259"
81
77
- name : Create ResourceClaimTemplates in namespaces
82
78
phases :
83
79
- namespaceRange :
@@ -116,8 +112,6 @@ steps:
116
112
Method : SchedulingMetrics
117
113
Params :
118
114
action : gather
119
- token : {{ $token }}
120
- endpoint : " localhost:10259"
121
115
- Identifier : FastFillPodStartupLatency
122
116
Method : PodStartupLatency
123
117
Params :
@@ -128,20 +122,18 @@ steps:
128
122
Method : SchedulingMetrics
129
123
Params :
130
124
action : start
131
- token : {{ $token }}
132
- endpoint : " localhost:10259"
133
125
- Identifier : ChurnSchedulingMetrics
134
126
Method : SchedulingMetrics
135
127
Params :
136
128
action : reset
137
- token : {{ $token }}
138
- endpoint : " localhost:10259"
139
129
- Identifier : ChurnPodStartupLatency
140
130
Method : PodStartupLatency
141
131
Params :
142
132
action : start
143
133
labelSelector : job-type = short-lived
144
- threshold : 20s
134
+ perc50Threshold : 40s
135
+ perc90Threshold : 60s
136
+ perc99Threshold : 80s
145
137
- name : Create steady state {{$MODE}} jobs
146
138
phases :
147
139
- namespaceRange :
@@ -171,9 +163,10 @@ steps:
171
163
Method : SchedulingMetrics
172
164
Params :
173
165
action : gather
174
- token : {{ $token }}
175
- endpoint : " localhost:10259"
176
166
- Identifier : ChurnPodStartupLatency
177
167
Method : PodStartupLatency
178
168
Params :
179
- action : gather
169
+ action : gather
170
+ perc50Threshold : 40s
171
+ perc90Threshold : 60s
172
+ perc99Threshold : 80s
0 commit comments