Fastester version 0

Released under the MIT License

A Clojure library for measuring and displaying performance changes.

Installation

To install, add the following dependency to your project or build file:

[com.sagevisuals/fastester "version 0"]

Namespaces

fastester.core

Run performance benchmarks and create displays of those measurements.

Public variables and functions:

fastester.define

Define benchmarks.

Public variables and functions:

fastester.display

Generate html documents with charts and tables, communicating objective performance changes across versions.

Public variables and functions:

fastester.measure

Define and run benchmarks that objectively measure a function’s evaluation time.

fastester.options

Options that govern how Fastester works.

Public variables and functions: