https://github.com/clojerl/benchmarks
Clojerl benchmarks and comparison with Clojure JVM
https://github.com/clojerl/benchmarks
benchmarks graphs
Last synced: 17 days ago
JSON representation
Clojerl benchmarks and comparison with Clojure JVM
- Host: GitHub
- URL: https://github.com/clojerl/benchmarks
- Owner: clojerl
- Created: 2020-03-22T08:58:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T20:46:18.000Z (about 5 years ago)
- Last Synced: 2025-01-03T08:47:33.243Z (6 months ago)
- Topics: benchmarks, graphs
- Language: Shell
- Size: 10.9 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clojerl & Clojure Benchmarks
Benchmarks can be run in Clojerl and Clojure alike:
```
# Running on Clojure
lein run -m benchmarks -- 1
# Running on Clojerl
rebar3 clojerl run -m benchmarks -- 1
```## Measuring time on the BEAM
- Issue on Mac OS X reporting nanosecond accuracy
- https://github.com/bencheeorg/benchee/issues/313
- Bug report in https://bugs.erlang.org/browse/ERL-1067. "Fixed" in
Erlang/OTP 22.2, but the problem is that Mac OS X system call provides
only microsecond resolution (even though it reports nanosecond
precision).