JMH

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

JMH Alternatives

Similar projects and alternatives to JMH

  1. jmh

    29 JMH VS jmh

    https://openjdk.org/projects/code-tools/jmh

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. JITWatch

    12 JMH VS JITWatch

    Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.

  4. jHiccup

    2 JMH VS jHiccup

    jHiccup is a non-intrusive instrumentation tool that logs and records platform "hiccups" - including the JVM stalls that often happen when Java applications are executed and/or any OS or hardware platform noise that may cause the running application to not be continuously runnable.

  5. honest-profiler

    A sampling JVM profiler without the safepoint sample bias

  6. LatencyUtils

    Utilities for latency measurement and reporting

  7. Sniffy

    0 JMH VS Sniffy

    Sniffy - interactive profiler, testing and chaos engineering tool for Java

  8. sbt-buildinfo

    I know this because build.sbt knows this.

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. sbt-sonatype

    A sbt plugin for publishing Scala/Java projects to the Maven central.

  11. sbteclipse

    0 JMH VS sbteclipse

    Plugin for sbt to create Eclipse project definitions

  12. sbt-assembly

    7 JMH VS sbt-assembly

    Deploy über-JARs. Restart processes. (port of codahale/assembly-sbt)

  13. scala-bench

    Some benchmarks of memory and runtime performance of Scala's collections

  14. quickperf

    0 JMH VS quickperf

    QuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties

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 discussion

Log in or Post with

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 - SaaSHub
    www.saashub.com | 10 Jul 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic JMH repo stats
3
789
7.4
4 months 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
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io

Did you know that Scala is
the 32nd most popular programming language
based on number of references?