Files
2026-02-08 11:20:43 -10:00

16 lines
147 B
Markdown
Vendored

# Benchmarking with JMH
## Build
Requires tools build
```sh
clj -T:build all
```
## Run
```sh
clojure -M:jmh '{:output "jmh-report.edn"}'
```