File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,7 @@ Write inline benchmarks using the functions:
7272 ```
7373### 1. Running a Single Benchmark File
7474A * single* benchmark file may be run as a Dart executable:
75- ``` Console
76- $ dart benchmark/example_async_benchmark.dart
77- ```
78- ![ Console Output Single] ( https://raw.githubusercontent.com/simphotonics/benchmark_runner/main/images/single_report.png )
75+ ![ Console Output Single] ( https://raw.githubusercontent.com/simphotonics/benchmark_runner/custom-emitter/images/single_report.png )
7976
8077The console output is shown above. By default, the functions emit benchmark score statistics:
8178* The first column shows the micro-benchmark runtime, followed by the group
@@ -95,10 +92,6 @@ To run *several* benchmark files (with the format`*_benchmark.dart`)
9592and print a report, invoke the sub-command ` report ` and specify a directory.
9693If no directory is specified, it defaults to ` benchmark ` :
9794
98- ``` Console
99- $ dart run benchmark_runner report
100- ```
101-
10295![ Runner Report] ( https://raw.githubusercontent.com/simphotonics/benchmark_runner/custom-emitter/images/runner_report.png )
10396
10497A typical console output is shown above. In this example, the benchmark_runner
You can’t perform that action at this time.
0 commit comments