Skip to content

Commit 89bfb6d

Browse files
fix script run job
1 parent f5661c1 commit 89bfb6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/slo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
--prom-pgw http://localhost:9091 \
6565
--report-period 250 \
6666
--time 600 \
67-
--read-rps ${{matrix.read_rps || 1000 }} \
68-
--write-rps ${{matrix.write_rps || 1000 }} \
67+
--read-rps ${ matrix.read_rps } \
68+
--write-rps ${ matrix.write_rps } \
6969
--read-timeout 1000 \
7070
--write-timeout 1000
7171

0 commit comments

Comments
 (0)