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, 5 warmup/measurement iterations. :test no forking, single-shot, 1 thread.

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

  :quick  1 fork, 5 warmup/measurement iterations.
  :test   no forking, single-shot, 1 thread.
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)

Return the given options with the :type alias expanded and merged. If no type is provided, use the :default type. See *type-aliases*.

Return the given options with the :type alias expanded and merged. If
no type is provided, use the :default type. See `*type-aliases*`.
sourceraw docstring

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

× close