"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 128.0.",
)
)
parser.add_argument("--seed",type=int,default=0,help="Default is 0.")
parser.add_argument("--seed",type=int,default=0,help="Default is 0.")
parser.add_argument(
"--disable-tqdm",
action="store_true",
help="Specify to disable tqdm progress bar.",
)
parser.add_argument(
parser.add_argument(
"--multi",
"--multi",
action="store_true",
action="store_true",
...
@@ -979,6 +980,11 @@ if __name__ == "__main__":
...
@@ -979,6 +980,11 @@ if __name__ == "__main__":
help="Range of request rates in the format start,stop,step. Default is 2,34,2. It also supports a list of request rates, requiring the parameters to not equal three.",
help="Range of request rates in the format start,stop,step. Default is 2,34,2. It also supports a list of request rates, requiring the parameters to not equal three.",