-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Justin Conklin edited this page Aug 17, 2020
·
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
-
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
-
Overhead
- Comparison between a benchmark written in Java and an equivalent in Clojure.
-
Caveat
- Standard warning about benchmarking on the JVM.