forked from fabienrenaud/java-json-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
benchmark_202040324
Shaojin Wen edited this page May 12, 2024
·
9 revisions
./run ser --apis databind --libs fastjson,quickbuf_json --size 1000
Benchmark Mode Cnt Score Error Units
Serialization.fastjson#48 thrpt 20 2008.653 ± 49.034 ops/s
Serialization.quickbuf_json thrpt 20 1772.283 ± 45.338 ops/s
Benchmark Mode Cnt Score Error Units
Serialization.fastjson#48 thrpt 20 2397.716 ? 12.440 ops/s
Serialization.quickbuf_json thrpt 20 2020.308 ? 6.512 ops/s
Benchmark Mode Cnt Score Error Units
Serialization.fastjson#48 thrpt 20 1875.061 ? 5.836 ops/s
Serialization.quickbuf_json thrpt 20 1731.760 ? 10.021 ops/s
Serialization.dsljson thrpt 20 1307.145 ? 11.764 ops/s
Benchmark Mode Cnt Score Error Units
Serialization.fastjson thrpt 20 689.297 ? 9.142 ops/s
Serialization.quickbuf_json thrpt 20 666.690 ? 2.355 ops/s
./run deser --apis databind --libs fastjson,wast --size 1000 --datatype users
Benchmark Mode Cnt Score Error Units
Deserialization.fastjson thrpt 20 1339.906 ? 31.714 ops/s
Deserialization.wast thrpt 20 1272.526 ? 17.727 ops/s