jmh.option

Helpers for transforming jmh option maps.

*type-aliases*

dynamic

The option sets available for the `jmh.core/run` :type option. By
default, the following types are available:

  :quick  1 fork (no warmup fork), 5 warmup/measurement iterations.
  :test   no forking, single-shot.

The above built-in types are also available with the `jmh` prefix,
e.g., :jmh/quick.

Additionally, any named option sets from the benchmark environment
will be automatically merged into this map for convenience.

without-forking

(without-forking opts)
Return the given options with process forking disabled.

without-locking

(without-locking opts)
Return the given options with the jmh file lock disabled.

without-type-alias

(without-type-alias opts)(without-type-alias opts option-sets)
Return the given options with the :type aliases expanded and merged.
See `*type-aliases*`.