Fix typo in benchmark README

This commit is contained in:
Daniel Mitterdorfer 2016-06-15 22:45:47 +02:00
parent ab2a4a0d72
commit 32dd813436

View File

@ -16,7 +16,6 @@ Just run `gradle :benchmarks:jmh` from the project root directory. It will build
## Running Microbenchmarks
Benchmarks are always run via Gradle with `gradle :benchmarks:jmh`.
```
Running via an IDE is not supported as the results are meaningless (we have no control over the JVM running the benchmarks).