fixed a typo (#1143)

This commit is contained in:
min-xu-et
2024-08-18 14:29:09 -07:00
committed by GitHub
parent 3c1f5a9220
commit fa13b95d6b

View File

@@ -990,7 +990,7 @@ if __name__ == "__main__":
type=float,
default=float("inf"),
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(