mirror of https://github.com/goccy/go-json.git
Update README.md
This commit is contained in:
parent
7eba678cef
commit
786e87181f
20
README.md
20
README.md
|
@ -65,21 +65,21 @@ Benchmark_Decode_LargeStruct_GoJsonNoEscape-12 30000 560
|
||||||
### SmallStruct
|
### SmallStruct
|
||||||
|
|
||||||
```
|
```
|
||||||
Benchmark_Encode_SmallStruct_EncodingJson-12 1000000 1659 ns/op 1048 B/op 8 allocs/op
|
Benchmark_Encode_SmallStruct_EncodingJson-12 1000000 1696 ns/op 1048 B/op 8 allocs/op
|
||||||
Benchmark_Encode_SmallStruct_JsonIter-12 2000000 729 ns/op 984 B/op 7 allocs/op
|
Benchmark_Encode_SmallStruct_JsonIter-12 2000000 755 ns/op 984 B/op 7 allocs/op
|
||||||
Benchmark_Encode_SmallStruct_EasyJson-12 3000000 546 ns/op 944 B/op 6 allocs/op
|
Benchmark_Encode_SmallStruct_EasyJson-12 3000000 536 ns/op 944 B/op 6 allocs/op
|
||||||
Benchmark_Encode_SmallStruct_GoJay-12 3000000 419 ns/op 624 B/op 2 allocs/op
|
Benchmark_Encode_SmallStruct_GoJay-12 3000000 417 ns/op 624 B/op 2 allocs/op
|
||||||
Benchmark_Encode_SmallStruct_GoJson-12 5000000 364 ns/op 256 B/op 2 allocs/op
|
Benchmark_Encode_SmallStruct_GoJson-12 5000000 323 ns/op 144 B/op 1 allocs/op
|
||||||
```
|
```
|
||||||
|
|
||||||
### MediumStruct
|
### MediumStruct
|
||||||
|
|
||||||
```
|
```
|
||||||
Benchmark_Encode_MediumStruct_EncodingJson-12 500000 3772 ns/op 1712 B/op 24 allocs/op
|
Benchmark_Encode_MediumStruct_EncodingJson-12 300000 3885 ns/op 1712 B/op 24 allocs/op
|
||||||
Benchmark_Encode_MediumStruct_JsonIter-12 1000000 1433 ns/op 1536 B/op 20 allocs/op
|
Benchmark_Encode_MediumStruct_JsonIter-12 1000000 1420 ns/op 1536 B/op 20 allocs/op
|
||||||
Benchmark_Encode_MediumStruct_EasyJson-12 1000000 1181 ns/op 1320 B/op 19 allocs/op
|
Benchmark_Encode_MediumStruct_EasyJson-12 1000000 1148 ns/op 1320 B/op 19 allocs/op
|
||||||
Benchmark_Encode_MediumStruct_GoJay-12 1000000 1056 ns/op 824 B/op 15 allocs/op
|
Benchmark_Encode_MediumStruct_GoJay-12 1000000 1044 ns/op 824 B/op 15 allocs/op
|
||||||
Benchmark_Encode_MediumStruct_GoJson-12 2000000 906 ns/op 632 B/op 15 allocs/op
|
Benchmark_Encode_MediumStruct_GoJson-12 3000000 585 ns/op 320 B/op 1 allocs/op
|
||||||
```
|
```
|
||||||
|
|
||||||
### LargeStruct
|
### LargeStruct
|
||||||
|
|
Loading…
Reference in New Issue