summaryrefslogtreecommitdiff
path: root/test/benchmarks/src/main/scala/scala
Commit message (Expand)AuthorAgeFilesLines
* Add benchmarks for Map4 to HashMap and Set4 to HashSet transitionsRory Graves2017-03-042-0/+58
* Fix compile error on existing ListBenchmarkRory Graves2017-03-041-6/+4
* Merge commit '0965028809' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-161-0/+72
|\
| * Add benchmark for List.mapConserveRory Graves2017-01-281-0/+15
| * Optimised implementation of List.filter/filterNotRory Graves2017-01-281-0/+57
* | Fix copy/pasto references to mutable package in benchmarkJason Zaugg2017-02-031-3/+1
* | Benchmark for immutable.HashMap.{get, contains}Jason Zaugg2017-02-031-0/+58
* | Optimized HashTable.indexPap Lőrinc2016-11-241-0/+170
* | Added benchmarks for Vector and HashMapPap Lőrinc2016-11-182-0/+102
|/
* SI-9789 use quadratic probing in OpenHashMapPerformant Data LLC2016-05-262-82/+194
* Address JMH benchmark reviewer's issues.Performant Data LLC2016-05-032-45/+39
* Improve the OpenHashMapBenchmark run times.Performant Data LLC2016-05-031-7/+14
* Add a JMH runner class to the library benchmark framework.Performant Data LLC2016-05-031-0/+111
* Benchmark the OpenHashMap memory usage.Performant Data LLC2016-05-031-10/+22
* Add get() tests to OpenHashMap, reduce timing artifacts.Performant Data LLC2016-05-031-35/+144
* Add JMH to the benchmark framework.Performant Data LLC2016-05-031-0/+76