We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675aace commit 39b9a01Copy full SHA for 39b9a01
benchmark/README.md
@@ -68,7 +68,7 @@ ComplexPerson Serialization: JSON5=0.083ms, JSON=0.015ms
68
Company Serialization: JSON5=0.200ms, JSON=0.032ms
69
```
70
71
-### Snapshot
+### Benchmark Result Snapshot
72
73
| Case | Type | JSON5 Avg (ms) | JSON Avg (ms) | Speedup (JSON) |
74
| ------------------- | --------------- | -------------- | ------------- | -------------- |
@@ -92,3 +92,6 @@ Company Serialization: JSON5=0.200ms, JSON=0.032ms
92
* JSON5: **0.158 ms**
93
* JSON: **0.036 ms**
94
* 🔥 Overall: **KotlinX JSON is 4.33× faster than JSON5**
95
+
96
97
+<img width="800" alt="benchmark bar chart" src="https://github.com/user-attachments/assets/bcf44217-827b-49a1-a18b-4a0f7fedc103" />
0 commit comments