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.
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]].
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |