File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -210,11 +210,11 @@ cd Benchmarks/JSONBenchmark && swift package benchmark
210210
211211** Encoding Performance (p50 wall clock time)**
212212
213- | Payload Size | Foundation | IkigaJSON | Winner |
214- | :-------------| :-----------| :----------| :------- |
215- | Small (~ 100 bytes) | 3.75 μs | 3.13 μs | IkigaJSON (1.2x) |
216- | Medium (~ 400 bytes) | 6.96 μs | 5.63 μs | IkigaJSON (1.2x) |
217- | Large (~ 17 KB) | 382 μs | 282 μs | IkigaJSON (1.4x) |
213+ | Payload Size | Foundation | IkigaJSON |
214+ | :-------------| :-----------| :----------|
215+ | Small (~ 100 bytes) | 3.75 μs | 3.13 μs |
216+ | Medium (~ 400 bytes) | 6.96 μs | 5.63 μs |
217+ | Large (~ 17 KB) | 382 μs | 282 μs |
218218
219219** Decoding Performance (p50 wall clock time)**
220220
You can’t perform that action at this time.
0 commit comments