https://github.com/dm3/clojure-bench
Various benchmarks of mostly clojure
https://github.com/dm3/clojure-bench
Last synced: 11 months ago
JSON representation
Various benchmarks of mostly clojure
- Host: GitHub
- URL: https://github.com/dm3/clojure-bench
- Owner: dm3
- Created: 2015-10-21T11:22:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T11:04:56.000Z (almost 10 years ago)
- Last Synced: 2025-01-10T15:14:53.048Z (about 1 year ago)
- Language: Clojure
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clojure-bench
Various clojure benchmarks
## Configuring
JVM options and the Clojure version used are specified in the `boot.properties` file.
## Running
To run all of the benchmarks do:
```bash
boot run
```
To run specific benchmarks do:
```bash
boot run -b NAME-OF-THE-BENCHMARK -b NAME-OF-ANOTHER-BENCHMARK
```
To run a single benchmark do:
```bash
boot run-benchmark -b NAME-OF-THE-BENCHMARK
```
The results will be written into the `target` directory.