Skip to content

Commit 1e12273

Browse files
gpsheadpicnixz
andauthored
expose the benchmark defaults in the help text.
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 060dbf5 commit 1e12273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/binasciibench/binasciibench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def main():
175175
parser.add_argument(
176176
"-s", "--sizes",
177177
type=str,
178-
default=None,
178+
default=",".join(map(str, DEFAULT_SIZES)),
179179
help="Comma-separated list of sizes to test (e.g., '64,256,1024')"
180180
)
181181

0 commit comments

Comments
 (0)