Skip to content

Commit 3bc3652

Browse files
committed
pass max_rps correctly
1 parent e2353a4 commit 3bc3652

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/slo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ jobs:
204204
- name: Run SLO Tests (parallel)
205205
timeout-minutes: 15
206206
env:
207-
DURATION: ${{ inputs.slo_workload_duration_seconds || 600 }}
208-
READ_RPS: ${{ inputs.slo_workload_read_max_rps || 1000 }}
209-
WRITE_RPS: ${{ inputs.slo_workload_write_max_rps || 1000 }}
207+
DURATION: ${{ matrix.sdk.slo_workload_duration_seconds || 600 }}
208+
READ_RPS: ${{ matrix.sdk.slo_workload_read_max_rps || 1000 }}
209+
WRITE_RPS: ${{ matrix.sdk.slo_workload_write_max_rps || 1000 }}
210210
RUN_EXTRA_ARGS: ${{ format('{0} -prometheus-endpoint {1}',matrix.sdk.run_extra_args,steps.ydb_slo.outputs.ydb-prometheus-url)}}
211211
run: |
212212
ARGS="run grpc://ydb:2136 /Root/testdb \

0 commit comments

Comments
 (0)