https://github.com/joschi/grok-benchmarks
JMH benchmarks for different Grok implementations
https://github.com/joschi/grok-benchmarks
Last synced: 10 months ago
JSON representation
JMH benchmarks for different Grok implementations
- Host: GitHub
- URL: https://github.com/joschi/grok-benchmarks
- Owner: joschi
- Created: 2017-07-03T13:53:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T14:09:54.000Z (over 8 years ago)
- Last Synced: 2024-10-06T02:41:51.107Z (over 1 year ago)
- Language: Java
- Size: 204 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grok benchmarks
## Run your own benchmarks
Run the following Gradle command to generate the benchmarks:
```
./gradlew jmh
```
An HTML page for the results will be generated in `./build/reports/jmh/index.html`,
human-readable text results are available at `.build/reports/jmh/human.txt`.
## Example output
[JMH human-readable results](benchmarks-2017-07-03T16-00-00Z.txt)
