We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5661c1 commit 89bfb6dCopy full SHA for 89bfb6d
.github/workflows/slo.yml
@@ -64,8 +64,8 @@ jobs:
64
--prom-pgw http://localhost:9091 \
65
--report-period 250 \
66
--time 600 \
67
- --read-rps ${{matrix.read_rps || 1000 }} \
68
- --write-rps ${{matrix.write_rps || 1000 }} \
+ --read-rps ${ matrix.read_rps } \
+ --write-rps ${ matrix.write_rps } \
69
--read-timeout 1000 \
70
--write-timeout 1000
71
0 commit comments