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 f48a61d commit 238cd6aCopy full SHA for 238cd6a
.github/workflows/slo.yml
@@ -85,7 +85,7 @@ jobs:
85
./tests/slo/.bin/${{matrix.sdk.id}}_linux_amd64 run grpc://localhost:2135 /Root/testdb \
86
-prom-pgw localhost:9091 \
87
-report-period 250 \
88
- -time ${{inputs.slo_workload_duration_seconds || 60}} \
+ -time ${{inputs.slo_workload_duration_seconds || 600}} \
89
-read-rps ${{inputs.slo_workload_read_max_rps || 1000}} \
90
-write-rps ${{inputs.slo_workload_write_max_rps || 100}} \
91
-read-timeout 10000 \
0 commit comments