Skip to content

Commit f05113c

Browse files
committed
Updated link to image.
1 parent 0fc5653 commit f05113c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,7 @@ Write inline benchmarks using the functions:
7272
```
7373
### 1. Running a Single Benchmark File
7474
A *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

8077
The 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`)
9592
and print a report, invoke the sub-command `report` and specify a directory.
9693
If 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

10497
A typical console output is shown above. In this example, the benchmark_runner

0 commit comments

Comments
 (0)