summaryrefslogtreecommitdiff
path: root/test/benchmarks/project
Commit message (Collapse)AuthorAgeFilesLines
* add project/build.properties for benchmark projectkenji yoshida2016-12-071-0/+1
|
* Updated benchmark dependenciesPap LÅ‘rinc2016-11-181-1/+1
|
* Bump sbt-jmh version to 0.2.16Masaru Nomura2016-09-291-1/+1
| | | | | | | It'd be good to use the latest version. From sbt-jmh version 0.2.10, Flight Recorder / Java Mission Control is available[1], which would be nice. [1] https://github.com/ktoso/sbt-jmh#using-oracle-flight-recorder
* Benchmark the OpenHashMap memory usage.Performant Data LLC2016-05-031-0/+1
| | | | Also add sbteclipse to the benchmark project.
* Add JMH to the benchmark framework.Performant Data LLC2016-05-031-0/+1
Add an example benchmark for OpenHashMap.