Skip to content
Takeru Sato edited this page May 11, 2018 · 17 revisions

Benchmark Result

> sbt jmh:run -jvmArgsAppend "-Xss5m -Xms4g -Xmx4g"

[info] Benchmark              (depth)  (length)   Mode  Cnt      Score      Error  Units
[info] ArgonautBench.encode        10        10  thrpt   20  18822.097 ±  278.812  ops/s
[info] ArgonautBench.encode        10       100  thrpt   20   1873.738 ±   19.878  ops/s
[info] ArgonautBench.encode       100        10  thrpt   20   1920.788 ±   43.647  ops/s
[info] ArgonautBench.encode       100       100  thrpt   20    143.908 ±   10.446  ops/s
[info] CirceAutoBench.encode       10        10  thrpt   20  27125.708 ±  415.404  ops/s
[info] CirceAutoBench.encode       10       100  thrpt   20   2685.786 ±  167.267  ops/s
[info] CirceAutoBench.encode      100        10  thrpt   20   2634.854 ±   76.690  ops/s
[info] CirceAutoBench.encode      100       100  thrpt   20    242.083 ±    6.245  ops/s
[info] CirceBench.encode           10        10  thrpt   20  39175.413 ±  601.122  ops/s
[info] CirceBench.encode           10       100  thrpt   20   3702.548 ±  114.732  ops/s
[info] CirceBench.encode          100        10  thrpt   20   3718.543 ±  132.894  ops/s
[info] CirceBench.encode          100       100  thrpt   20    328.344 ±    5.702  ops/s
[info] SprayJsonBench.encode       10        10  thrpt   20  41582.028 ± 1318.837  ops/s
[info] SprayJsonBench.encode       10       100  thrpt   20   4251.046 ±  107.242  ops/s
[info] SprayJsonBench.encode      100        10  thrpt   20   4367.850 ±   79.826  ops/s
[info] SprayJsonBench.encode      100       100  thrpt   20    376.196 ±   10.477  ops/s
Clone this wiki locally