JMH

"Trust no one, bench everything." - sbt plugin for JMH (Java Microbenchmark Harness) (by sbt)

JMH Alternatives

Similar projects and alternatives to JMH

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better JMH alternative or higher similarity.

JMH reviews and mentions

Posts with mentions or reviews of JMH. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-26.
  • Scala collections benchmark - revisited
    3 projects | /r/scala | 26 Feb 2023
    Also, it has an amazing SBT plugin integration.
  • Why is Scala so much slower than JavaScript/Node at running iterations?
    1 project | /r/scala | 13 Feb 2022
    Take a look at sbt-jhm for doing benchmarks. Java in particular is hard to measure because of optimizations that happen at run-time. jhm runs multiple iterations and gives tools to ensure that function calls and loops that may be optimized away are kept around and tested. You may also find some cases that are faster in node.js because the Javascript V8 engine is highly optimized.
  • Help with making backtracking more efficient
    1 project | /r/scala | 26 Aug 2021
    Also, if you really want to know what the performance characteristics are you should use JMH (sbt plugin https://github.com/sbt/sbt-jmh). Not sure how you are evaluating the performance but things like JVM startup and warming can make a big difference. JMH will give you a better idea of real world performance when the JVM is already started and any relevant hot code has been JIT compiled.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 24 Apr 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic JMH repo stats
3
780
7.0
about 1 month ago

sbt/sbt-jmh is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of JMH is Scala.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com