fixed a typo (#1143)
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user