Skip to content

Commit 06ef9d8

Browse files
authored
Use less confusing name for rendered JsonFormatter in the benchmarks table [skip ci]
1 parent bcb0cea commit 06ef9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ See `test/Serilog.Formatting.Compact.Tests/FormattingBenchmarks.cs`.
140140
|:------------------------------ |----------: |---------: |------: |
141141
| `JsonFormatter` | 11.2775 µs | 0.0682 µs | 1.00 |
142142
| `CompactJsonFormatter` | 6.0315 µs | 0.0429 µs | 0.53 |
143-
| `RenderedJsonFormatter` | 13.7585 µs | 0.1194 µs | 1.22 |
143+
| `JsonFormatter(renderMessage: true)` | 13.7585 µs | 0.1194 µs | 1.22 |
144144
| `RenderedCompactJsonFormatter` | 7.0680 µs | 0.0605 µs | 0.63 |
145145

146146
### Tools

0 commit comments

Comments
 (0)