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.

fastester-defaults

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.