Skip to content

Commit cf4607a

Browse files
juliayakovlevsoyacz
authored andcommitted
fix(performance): change error threshold for steps test
Following discussions with Roy, the P99 read error threshold will be increased for steps 600K and 700K in both vnode and tablet tests.
1 parent dd22413 commit cf4607a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

Diff for: configurations/performance/latency-decorator-error-thresholds-steps-ent-tablets.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ latency_decorator_error_thresholds:
2424
fixed_limit: 1
2525
P99 read:
2626
fixed_limit: 3
27+
"600000":
28+
P90 read:
29+
fixed_limit: 1
30+
P99 read:
31+
fixed_limit: 40
32+
"700000":
33+
P90 read:
34+
fixed_limit: 1
35+
P99 read:
36+
fixed_limit: 50
2737
unthrottled:
2838
P90 read:
2939
fixed_limit: null

Diff for: configurations/performance/latency-decorator-error-thresholds-steps-ent-vnodes.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ latency_decorator_error_thresholds:
2424
fixed_limit: 1
2525
P99 read:
2626
fixed_limit: 5
27+
"600000":
28+
P90 read:
29+
fixed_limit: 1
30+
P99 read:
31+
fixed_limit: 40
32+
"700000":
33+
P90 read:
34+
fixed_limit: 1
35+
P99 read:
36+
fixed_limit: 50
2737
unthrottled:
2838
P90 read:
2939
fixed_limit: null

0 commit comments

Comments
 (0)