Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikko authored Feb 21, 2024
1 parent 86fe523 commit a679614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ JsonUtils.Save(path, myObject);

While `JsonUtils` provides a standalone and easily integratable JSON serialization and deserialization solution, it is important to note that due to its simplicity, there is a trade-off with performance.

In benchmark tests, the performance of JsonUtils was approximately 2 times slower than that of Newtonsoft.Json and 2.5 times slower than that of System.Text.Json.
In benchmark tests, the performance of `JsonUtils` was approximately 2 times slower than that of `Newtonsoft.Json` and 2.5 times slower than that of `System.Text.Json`.

`BenchmarkDotNet v0.13.12`, Windows 11 (10.0.22621.3155/22H2/2022Update/SunValley2)

Expand All @@ -93,4 +93,4 @@ DefaultJob : .NET 7.0.16 (7.0.1624.6629), X64 RyuJIT AVX2
- Ratio : The ratio of the current mean to the fastest mean
- Error : Half of 99.9% confidence interval
- StdDev : Standard deviation of all measurements
- 1 ms : 1 Millisecond (0.001 sec)
- 1 ms : 1 Millisecond (0.001 sec)

0 comments on commit a679614

Please sign in to comment.