summaryrefslogtreecommitdiff
path: root/test/benchmarks/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Address JMH benchmark reviewer's issues.Performant Data LLC2016-05-031-14/+22
| | | | | Besides tweaks to the documentation, this tests smaller (25-element) maps, and rewrites OpenHashMapRunner in more idiomatic Scala.
* Add a JMH runner class to the library benchmark framework.Performant Data LLC2016-05-031-9/+40
|
* Add a reference to Doug Lea's benchmarks.Performant Data LLC2016-05-031-1/+2
|
* Add JMH to the benchmark framework.Performant Data LLC2016-05-031-0/+65
Add an example benchmark for OpenHashMap.