summaryrefslogtreecommitdiff
path: root/test/benchmarks/README.md
diff options
context:
space:
mode:
authorPap Lőrinc <paplorinc@gmail.com>2016-11-15 17:13:41 +0200
committerPap Lőrinc <paplorinc@gmail.com>2016-11-18 12:48:59 +0200
commite9303d9757a963ad73140bbb303b64e5c69d1a17 (patch)
tree7c6ef079d814389b88e27e6f9b806b14a14aa694 /test/benchmarks/README.md
parent40f8df19ced57637a795c705080e528d82303248 (diff)
downloadscala-e9303d9757a963ad73140bbb303b64e5c69d1a17.tar.gz
scala-e9303d9757a963ad73140bbb303b64e5c69d1a17.tar.bz2
scala-e9303d9757a963ad73140bbb303b64e5c69d1a17.zip
Updated benchmark dependencies
Diffstat (limited to 'test/benchmarks/README.md')
-rw-r--r--test/benchmarks/README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/benchmarks/README.md b/test/benchmarks/README.md
index 370d610bc4..6c77b83605 100644
--- a/test/benchmarks/README.md
+++ b/test/benchmarks/README.md
@@ -5,9 +5,7 @@ that makes use of the [SBT plugin](https://github.com/ktoso/sbt-jmh) for [JMH](h
## Running a benchmark
-The benchmarks require first building Scala into `../../build/pack` with `ant`.
-If you want to build with `sbt dist/mkPack` instead,
-you'll need to change `scalaHome` in this project.
+The benchmarks require first building Scala into `../../build/pack`.
You'll then need to know the fully-qualified name of the benchmark runner class.
The benchmarking classes are organized under `src/main/scala`,
@@ -18,8 +16,7 @@ Using this example, one would simply run
jmh:runMain scala.collection.mutable.OpenHashMapRunner
-in SBT.
-SBT should be run _from this directory_.
+in SBT, run _from this directory_ (`test/benchmarks`).
The JMH results can be found under `target/jmh-results/`.
`target` gets deleted on an SBT `clean`,