Skip to content

Commit d512e5c

Browse files
committed
update
1 parent c809925 commit d512e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primus/tools/benchmark/strided_allgather_bench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,6 @@ def run_strided_allgather_benchmark(args):
298298
Run the strided allgather benchmark.
299299
"""
300300
parser = argparse.ArgumentParser(description="Strided Allgather Benchmark")
301+
add_arguments(parser)
301302
args = parser.parse_args()
302-
add_arguments(args)
303303
run_strided_allgather_benchmark(args)

0 commit comments

Comments
 (0)