- Extract most of the code to separate task project
- Support
:format
sequence for multiple outputs - Add file wildcard globbing via
:files
- Add support for resource paths via
:files
- Upgrade jmh-clojure version to 0.4.0
- BUGFIX: minor ordering issue with secondary results for
:table
output
- Upgrade jmh-clojure version to 0.3.1
- Upgrade jmh-clojure version to 0.3.0
- Allow specifying multiple
:file
s to be merged into the final environment
- Upgrade jmh-clojure version to 0.2.1
- Format
:table
result numbers like JMH - Exclude some result keys by default when using
:table
format - Make
:only
and:exclude
options mutually exclusive for simplicity
- Upgrade jmh-clojure version to 0.2.0
- Upgrade jmh-clojure version to 0.1.7
- Upgrade jmh-clojure version to 0.1.6
- Upgrade jmh-clojure version to 0.1.5
- New options:
:exclude
,:format
and:sort
- BUGFIX: #1
lein jmh
fails without task argument