Skip to content

A jmh example - comparing micrometer and native prometheus performance

Notifications You must be signed in to change notification settings

haoyang1994/jmh-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

jmh-example

A jmh example - comparing micrometer and native prometheus performance

Run

  1. mvn clean verify
  2. java -jar target/benchmarks.jar

My Local BenchMark Result

Benchmark                 Mode  Cnt         Score        Error  Units
MyBenchmark.micrometer   thrpt   25   8356178.553 ±  68904.889  ops/s
MyBenchmark.prometheus   thrpt   25  19118595.932 ± 150137.336  ops/s

About

A jmh example - comparing micrometer and native prometheus performance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages