Unverified Commit fa13b95d authored by min-xu-et's avatar min-xu-et Committed by GitHub
Browse files

fixed a typo (#1143)

parent 3c1f5a92
...@@ -990,7 +990,7 @@ if __name__ == "__main__": ...@@ -990,7 +990,7 @@ if __name__ == "__main__":
type=float, type=float,
default=float("inf"), default=float("inf"),
help="Number of requests per second. If this is inf, then all the requests are sent at time 0. " help="Number of requests per second. If this is inf, then all the requests are sent at time 0. "
"Otherwise, we use Poisson process to synthesize the request arrival times. Default is 128.0.", "Otherwise, we use Poisson process to synthesize the request arrival times. Default is inf.",
) )
parser.add_argument("--seed", type=int, default=1, help="The random seed.") parser.add_argument("--seed", type=int, default=1, help="The random seed.")
parser.add_argument( parser.add_argument(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment