File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11name : slo
22
33on :
4+ push :
5+ branches :
6+ - master
47 pull_request :
58 branches :
69 - master
8184 ./tests/slo/.bin/${{matrix.sdk.id}}_linux_amd64 create grpc://localhost:2135 /Root/testdb
8285 ./tests/slo/.bin/${{matrix.sdk.id}}_linux_amd64 run grpc://localhost:2135 /Root/testdb \
8386 -prom-pgw localhost:9091 \
84- -report-period 500 \
87+ -report-period 250 \
8588 -time ${{inputs.slo_workload_duration_seconds || 600}} \
8689 -read-rps ${{inputs.slo_workload_read_max_rps || 1000}} \
87- -write-rps ${{inputs.slo_workload_write_max_rps || 100}}
90+ -write-rps ${{inputs.slo_workload_write_max_rps || 100}} \
91+ -read-timeout 10000 \
92+ -write-timeout 10000 \
93+ -shutdown-time 30
8894 ./tests/slo/.bin/${{matrix.sdk.id}}_linux_amd64 cleanup grpc://localhost:2135 /Root/testdb
You can’t perform that action at this time.
0 commit comments