Skip to content

benchmark_202040324

Shaojin Wen edited this page May 12, 2024 · 9 revisions

1. ser 1000

./run ser --apis databind --libs fastjson,quickbuf_json --size 1000

1.1 Orange P5 Plus

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

1.2 aliyun ecs c8i

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

1.3 aws.c5

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

1.4 orangepiaipro


1.5 tencent lighthouse

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

deser

./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
Clone this wiki locally