fabienrenaud / java-json-benchmark

Performance testing of serialization and deserialization of Java JSON libraries
MIT License
971 stars 134 forks source link

add antons json lib #78

Closed antonsjava closed 1 year ago

antonsjava commented 1 year ago

stream benchmark for antonsjava json library

antonsjava commented 1 year ago

I start a test for jackson here is log antons.log

fabienrenaud commented 1 year ago

Deserialization results:

Benchmark                 Mode  Cnt       Score       Error  Units
Deserialization.antons   thrpt   20  170067.957 ±  6665.711  ops/s
Deserialization.jackson  thrpt   20  281941.501 ± 14398.329  ops/s

Serialization results:

Benchmark               Mode  Cnt       Score       Error  Units
Serialization.antons   thrpt   20   82924.307 ±  2033.962  ops/s
Serialization.jackson  thrpt   20  279474.988 ± 56244.499  ops/s
fabienrenaud commented 1 year ago

Thank you for your contribution!