Home - jgpc42/jmh-clojure GitHub Wiki
Examples
Topics
- Direct Linking
- How to easily use this feature with JMH forks.
- Fn Expressions
- Best-practices concerning the use of function expressions.
- How It Works
- Low-level details on how benchmarks are compiled for use with JMH.
- JMH Profilers
- Utilize JMH's built-in profiler support.
- Also provides an example of configuring an external JFR profiler.
- Overhead
- Comparison between a benchmark written in Java and an equivalent in Clojure.
Other
- Caveat
- Standard warning about benchmarking on the JVM.
References