Liking cljdoc? Tell your friends :D

jmh.option

Helpers for transforming jmh option maps.

Helpers for transforming jmh option maps.
raw docstring

*type-aliases*clj

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.

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.
sourceraw docstring

without-forkingclj

(without-forking opts)

Return the given options with process forking disabled.

Return the given options with process forking disabled.
sourceraw docstring

without-lockingclj

(without-locking opts)

Return the given options with the jmh file lock disabled.

Return the given options with the jmh file lock disabled.
sourceraw docstring

without-type-aliasclj

(without-type-alias opts)
(without-type-alias opts option-sets)

Return the given options with the :type aliases expanded and merged. See *type-aliases*.

Return the given options with the :type aliases expanded and merged.
See `*type-aliases*`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close