|
12 | 12 |
|
13 | 13 | Visualizes your [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet/) benchmarks to **Colorful** images and **Feature-rich** HTML (and maybe powerful charts in the future!)
|
14 | 14 |
|
15 |
| -**Dark Theme** |
| 15 | +**Dark Theme:** |
| 16 | + |
16 | 17 | 
|
17 | 18 |
|
18 |
| -**Light Theme** |
| 19 | +**Light Theme:** |
| 20 | + |
19 | 21 | 
|
20 | 22 |
|
21 | 23 | ## A Real World Demo (.NET Collections Benchmark 🚀)
|
@@ -82,9 +84,11 @@ BenchmarkAutoRunner.Run<JsonSerializersBenchmark>();
|
82 | 84 | ```
|
83 | 85 |
|
84 | 86 | **Output HTML:**
|
| 87 | + |
85 | 88 | Visit [this HTML page](https://mjebrahimi.github.io/BenchmarkDotNetVisualizer/docs/json-serializers-benchmark.html) at `samples/JsonSerializersBenchmark/Reports/Benchmark-Dark.html`
|
86 | 89 |
|
87 | 90 | **Output Image:**
|
| 91 | + |
88 | 92 | 
|
89 | 93 |
|
90 | 94 | ### 3. Or Using Exporters
|
@@ -168,9 +172,11 @@ await summary.JoinReportsAndSaveAsHtmlAndImageAsync(htmlPath, imagePath, options
|
168 | 172 | ```
|
169 | 173 |
|
170 | 174 | **Output HTML:**
|
| 175 | + |
171 | 176 | Visit [this HTML page](https://mjebrahimi.github.io/BenchmarkDotNetVisualizer/docs/iteration-benchmark1.html) at `samples/IterationBenchmark/Reports/JoinedBenchmark-PivotBy-Method-Dark.html`
|
172 | 177 |
|
173 | 178 | **Output Image:**
|
| 179 | + |
174 | 180 | 
|
175 | 181 |
|
176 | 182 | #### Pivot by .NET Runtime column
|
@@ -201,9 +207,11 @@ await summary.JoinReportsAndSaveAsHtmlAndImageAsync(htmlPath, imagePath, options
|
201 | 207 | ```
|
202 | 208 |
|
203 | 209 | **Output HTML:**
|
| 210 | + |
204 | 211 | Visit [this HTML page](https://mjebrahimi.github.io/BenchmarkDotNetVisualizer/docs/iteration-benchmark2.html) at `samples/IterationBenchmark/Reports/JoinedBenchmark-PivotBy-Runtime-Dark.html`
|
205 | 212 |
|
206 | 213 | **Output Image:**
|
| 214 | + |
207 | 215 | 
|
208 | 216 |
|
209 | 217 | ## Todo
|
|
0 commit comments