Skip to content

Commit f4c7938

Browse files
committed
Update README.md
1 parent 699e826 commit f4c7938

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212

1313
Visualizes your [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet/) benchmarks to **Colorful** images and **Feature-rich** HTML (and maybe powerful charts in the future!)
1414

15-
**Dark Theme**
15+
**Dark Theme:**
16+
1617
![for, foreach, ForEach() Benchmark - Dark Theme](https://raw.githubusercontent.com/mjebrahimi/BenchmarkDotNetVisualizer/master/samples/JsonSerializersBenchmark/Reports/Benchmark-Dark.png)
1718

18-
**Light Theme**
19+
**Light Theme:**
20+
1921
![for, foreach, ForEach() Benchmark - Light Theme](https://raw.githubusercontent.com/mjebrahimi/BenchmarkDotNetVisualizer/master/samples/JsonSerializersBenchmark/Reports/Benchmark-Light.png)
2022

2123
## A Real World Demo (.NET Collections Benchmark 🚀)
@@ -82,9 +84,11 @@ BenchmarkAutoRunner.Run<JsonSerializersBenchmark>();
8284
```
8385

8486
**Output HTML:**
87+
8588
Visit [this HTML page](https://mjebrahimi.github.io/BenchmarkDotNetVisualizer/docs/json-serializers-benchmark.html) at `samples/JsonSerializersBenchmark/Reports/Benchmark-Dark.html`
8689

8790
**Output Image:**
91+
8892
![Json Serializers Benchmark](https://raw.githubusercontent.com/mjebrahimi/BenchmarkDotNetVisualizer/master/samples/JsonSerializersBenchmark/Reports/Benchmark-Dark.png)
8993

9094
### 3. Or Using Exporters
@@ -168,9 +172,11 @@ await summary.JoinReportsAndSaveAsHtmlAndImageAsync(htmlPath, imagePath, options
168172
```
169173

170174
**Output HTML:**
175+
171176
Visit [this HTML page](https://mjebrahimi.github.io/BenchmarkDotNetVisualizer/docs/iteration-benchmark1.html) at `samples/IterationBenchmark/Reports/JoinedBenchmark-PivotBy-Method-Dark.html`
172177

173178
**Output Image:**
179+
174180
![Iteration Benchmark](https://raw.githubusercontent.com/mjebrahimi/BenchmarkDotNetVisualizer/master/samples/IterationBenchmark/Reports/JoinedBenchmark-PivotBy-Method-Dark.png)
175181

176182
#### Pivot by .NET Runtime column
@@ -201,9 +207,11 @@ await summary.JoinReportsAndSaveAsHtmlAndImageAsync(htmlPath, imagePath, options
201207
```
202208

203209
**Output HTML:**
210+
204211
Visit [this HTML page](https://mjebrahimi.github.io/BenchmarkDotNetVisualizer/docs/iteration-benchmark2.html) at `samples/IterationBenchmark/Reports/JoinedBenchmark-PivotBy-Runtime-Dark.html`
205212

206213
**Output Image:**
214+
207215
![Iteration Benchmark](https://raw.githubusercontent.com/mjebrahimi/BenchmarkDotNetVisualizer/master/samples/IterationBenchmark/Reports/JoinedBenchmark-PivotBy-Runtime-Dark.png)
208216

209217
## Todo

0 commit comments

Comments
 (0)