diff --git a/README.md b/README.md index 64c8a94..68a213a 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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) \ No newline at end of file +- 1 ms : 1 Millisecond (0.001 sec)