An open API service indexing awesome lists of open source software.

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

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)
![JMH report](benchmarks-2017-07-03T16-00-00Z.png)