Skip to content

Commit dea212d

Browse files
committed
doc: adapt typo
1 parent 825f7da commit dea212d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

benchmark.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
66
Run benchmark normally (stdout only, default runs: 30 30 30):
77
8-
python bench.py
8+
python benchmark.py
99
1010
Specify custom measurement windows (seconds):
1111
12-
python bench.py --runs 30 45 60
12+
python benchmark.py --runs 30 45 60
1313
1414
Write full benchmark output to file (in addition to stdout):
1515
16-
python bench.py --out benchmark_results.txt
16+
python benchmark.py --out benchmark_results.txt
1717
1818
Combine both:
1919
20-
python bench.py --runs 30 45 60 --out benchmark_results.txt
20+
python benchmark.py --runs 30 45 60 --out benchmark_results.txt
2121
2222
Notes:
2323
- The --out flag duplicates ALL console output into the given file.

0 commit comments

Comments
 (0)