Liking cljdoc? Tell your friends :D
Clojure only.

fastester.options

Options that govern how Fastester works.

Options are supplied by an edn file containing a hashmap.

Note: There are no user-facing functions in this namespace.

Options that govern how Fastester works.

Options are supplied by an `edn` file containing a hashmap.

Note: There are no user-facing functions in this namespace.
raw docstring

fastester-defaultsclj

A hash-map residing in src/fastester_defaults.clj that supplies the default values for the following option keys:

  • :benchmarks
  • :html-directory
  • :html-filename
  • :img-subdirectory
  • :markdown-directory
  • :markdown-filename
  • :results-url
  • :results-directory
  • :verbose?
  • :testing-thoroughness
  • :parallel?
  • :save-benchmark-fn-results?
  • :tidy-html?
  • :preamble

Override default values by associating new values into the Fastester options hash-map. See [[run-benchmarks]] and [[generate-documents]].

A hash-map residing in
[`src/fastester_defaults.clj`](https://github.com/blosavio/fastester/blob/main/src/fastester/fastester_defaults.clj)
that supplies the default values for the following option keys:

 * `:benchmarks`
 * `:html-directory`
 * `:html-filename`
 * `:img-subdirectory`
 * `:markdown-directory`
 * `:markdown-filename`
 * `:results-url`
 * `:results-directory`
 * `:verbose?`
 * `:testing-thoroughness`
 * `:parallel?`
 * `:save-benchmark-fn-results?`
 * `:tidy-html?`
 * `:preamble`

 Override default values by associating new values into the Fastester _options_
 hash-map. See [[run-benchmarks]] and [[generate-documents]].
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close