We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825f7da commit dea212dCopy full SHA for dea212d
benchmark.py
@@ -5,19 +5,19 @@
5
6
Run benchmark normally (stdout only, default runs: 30 30 30):
7
8
- python bench.py
+ python benchmark.py
9
10
Specify custom measurement windows (seconds):
11
12
- python bench.py --runs 30 45 60
+ python benchmark.py --runs 30 45 60
13
14
Write full benchmark output to file (in addition to stdout):
15
16
- python bench.py --out benchmark_results.txt
+ python benchmark.py --out benchmark_results.txt
17
18
Combine both:
19
20
- python bench.py --runs 30 45 60 --out benchmark_results.txt
+ python benchmark.py --runs 30 45 60 --out benchmark_results.txt
21
22
Notes:
23
- The --out flag duplicates ALL console output into the given file.
0 commit comments