Skip to content

Commit

Permalink
test slo
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeriya Popova committed Jul 26, 2023
1 parent 52254fb commit 0885cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/slo/src/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def make_run_parser(subparsers, name="run"):
run_parser.add_argument("--shutdown-time", default=10, type=int, help="Graceful shutdown time in seconds")

run_parser.add_argument("--prom-pgw", default="localhost:9091", type=str, help="Prometheus push gateway")
run_parser.add_argument("--report-period", default=1000, type=int, help="Prometheus push period in [ms]")
run_parser.add_argument("--report-period", default=1000, type=int, help="Prometheus push period [ms]")

run_parser.add_argument("--read-threads", default=8, type=int, help="Number of threads to use for write")
run_parser.add_argument("--write-threads", default=4, type=int, help="Number of threads to use for read")
Expand Down

0 comments on commit 0885cbb

Please sign in to comment.