-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Justin Conklin edited this page Dec 17, 2017
·
9 revisions
-
Extended
- Continuation of the quick start example from the README.
-
Bare REPL
- Instructions on how to run in an unmanaged environment.
-
Clojure 1.9 CLI
- Running using
tools.deps.alpha
and the new Clojure 1.9 command-line tools.
- Running using
-
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|JMH Profilers] of configuring an external JFR profiler.
- Utilize JMH's built-in profiler support.
-
Overhead
- Comparison between a benchmark written in Java and an equivalent in Clojure.
-
Caveat
- Standard warning about benchmarking on the JVM.