Skip to content

Instantly share code, notes, and snippets.

@vepo
Created September 20, 2024 18:56
Show Gist options
  • Save vepo/29612c63d7759124aa289f2b15dfac9c to your computer and use it in GitHub Desktop.
Save vepo/29612c63d7759124aa289f2b15dfac9c to your computer and use it in GitHub Desktop.

Results with operations/seconds

Benchmark                             Mode  Cnt       Score      Error  Units
SerializerBenchmark.guavaSerializer  thrpt   25  182885.574 ± 1916.974  ops/s
SerializerBenchmark.plainSerializer  thrpt   25  255718.269 ± 2190.190  ops/s (39% faster)

Results with nanoseconds/operation

Benchmark                            Mode  Cnt     Score    Error  Units
SerializerBenchmark.guavaSerializer  avgt   25  5466.575 ± 73.963  ns/op
SerializerBenchmark.plainSerializer  avgt   25  3920.981 ± 42.546  ns/op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment