summaryrefslogtreecommitdiff
path: root/test/benchmarks
diff options
context:
space:
mode:
authorPerformant Data LLC <performantdata@users.noreply.github.com>2016-03-22 23:12:31 -0700
committerPerformant Data LLC <performantdata@users.noreply.github.com>2016-05-03 11:46:57 -0700
commit303130b81599528db35d9612fff42cf7e570e15a (patch)
treee7ce0e9f2f8e92c36141696c865548933ba451c4 /test/benchmarks
parent56c5d92236daf8a8094429072ec70cf830fd10ac (diff)
downloadscala-303130b81599528db35d9612fff42cf7e570e15a.tar.gz
scala-303130b81599528db35d9612fff42cf7e570e15a.tar.bz2
scala-303130b81599528db35d9612fff42cf7e570e15a.zip
Add a reference to Doug Lea's benchmarks.
Diffstat (limited to 'test/benchmarks')
-rw-r--r--test/benchmarks/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/benchmarks/README.md b/test/benchmarks/README.md
index 99b358dd99..aea72e90ed 100644
--- a/test/benchmarks/README.md
+++ b/test/benchmarks/README.md
@@ -44,10 +44,11 @@ To show it for _all_ methods, add `-XX:+PrintAssembly`.
## useful reading
* [OpenJDK advice on microbenchmarks](https://wiki.openjdk.java.net/display/HotSpot/MicroBenchmarks)
-* "[Measuring performance](http://docs.scala-lang.org/overviews/parallel-collections/performance.html)" of Scala parallel collections
* Brian Goetz's "Java theory and practice" articles:
* "[Dynamic compilation and performance measurement](http://www.ibm.com/developerworks/java/library/j-jtp12214/)"
* "[Anatomy of a flawed benchmark](http://www.ibm.com/developerworks/java/library/j-jtp02225/)"
+* [Doug Lea's JSR 166 benchmarks](http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/test/loops/)
+* "[Measuring performance](http://docs.scala-lang.org/overviews/parallel-collections/performance.html)" of Scala parallel collections
## legacy frameworks