Skip to content
箱子 edited this page Dec 29, 2021 · 23 revisions

Note! upickleMessagePack is not json, for reference only

[info] Benchmark                              Mode  Cnt        Score        Error  Units
[info] JsonParse.circe                       thrpt    3   409519.106 ±  18522.565  ops/s
[info] JsonParse.jackson                     thrpt    3   602006.405 ± 450728.710  ops/s
[info] JsonParse.json4sNative                thrpt    3   128160.433 ±  45729.908  ops/s
[info] JsonParse.playJson                    thrpt    3   280254.601 ±  14859.619  ops/s
[info] JsonParse.sprayJson                   thrpt    3   389742.824 ±  96890.661  ops/s
[info] JsonParse.upickleJson                 thrpt    3   628337.532 ± 190466.562  ops/s
[info] JsonParse.upickleMessagePack          thrpt    3   990557.353 ±  75755.605  ops/s
[info] JsonParse.zioJson                     thrpt    3   647999.114 ±   1943.861  ops/s
[info] JsonSerialization.circe               thrpt    3   417732.079 ±  60787.226  ops/s
[info] JsonSerialization.jackson             thrpt    3  1154175.216 ± 459986.505  ops/s
[info] JsonSerialization.json4sNative        thrpt    3   173198.486 ±   4174.725  ops/s
[info] JsonSerialization.playJson            thrpt    3   159616.286 ±   4647.630  ops/s
[info] JsonSerialization.sprayJson           thrpt    3   596022.030 ± 323153.062  ops/s
[info] JsonSerialization.upickleJson         thrpt    3   707684.730 ±  18550.867  ops/s
[info] JsonSerialization.upickleMessagePack  thrpt    3  1571073.477 ± 218013.039  ops/s
[info] JsonSerialization.zioJson             thrpt    3   902200.925 ± 876338.348  ops/s
Clone this wiki locally