summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorDaniel Mitterdorfer <daniel.mitterdorfer@elastic.co>2016-06-15 22:45:47 +0200
committerDaniel Mitterdorfer <daniel.mitterdorfer@elastic.co>2016-06-15 22:45:47 +0200
commit32dd8134368cac5e0aa01624b7b7d16fec5426be (patch)
tree2398636539262061b2e897d477986eef9bf18214 /benchmarks
parentab2a4a0d72f45cb59b7e9169445397bd745b0a64 (diff)
Fix typo in benchmark README
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmarks/README.md b/benchmarks/README.md
index afe60c8936..285ac484d3 100644
--- a/benchmarks/README.md
+++ b/benchmarks/README.md
@@ -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).