Skip to content

Commit e0889cb

Browse files
update Run SLO Tests
1 parent 56fac9b commit e0889cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
cd slo/src/${{ matrix.workload }}
6464
dotnet run run grpc://localhost:2135 /Root/testdb \
65-
--prom-pgw localhost:9091 \
65+
--prom-pgw http://localhost:9091 \
6666
--report-period 250 \
6767
--time ${{inputs.slo_workload_duration_seconds || 600 }} \
6868
--read-rps ${{inputs.slo_workload_read_max_rps || 1000 }} \

0 commit comments

Comments
 (0)