Created
February 8, 2018 09:37
-
-
Save pkukielka/99415b405bbff46e63db0e24706674f9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Benchmark | Mode | Threads | Samples | Score | Score Error (99.9%) | Unit | Param: a1_sizeString | Param: fnName | |
---|---|---|---|---|---|---|---|---|---|
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 47.836554 | 0.395595 | ns/op | 0 | distinct | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 6.778683 | 0.007060 | ns/op | 0 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 6.768844 | 0.006791 | ns/op | 0 | distinctSimple | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 6.773388 | 0.008900 | ns/op | 0 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 6.801826 | 0.155944 | ns/op | 0 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 6.767716 | 0.005033 | ns/op | 0 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 6.768857 | 0.007509 | ns/op | 0 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 6.770802 | 0.015571 | ns/op | 0 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 6.767609 | 0.003491 | ns/op | 0 | distinct1 | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 8.845999 | 0.006343 | ns/op | 0 | distinctWhile | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 6.766916 | 0.009164 | ns/op | 0 | distinct2 | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 6.772576 | 0.004459 | ns/op | 0 | distinct2While | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 9.974247 | 0.019635 | ns/op | 0 | distinctSmall | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 9.416544 | 0.002432 | ns/op | 0 | distinctHelper | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 138.950771 | 15.565722 | ns/op | 1 | distinct | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 138.198006 | 15.377182 | ns/op | 1 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 7.966272 | 0.002573 | ns/op | 1 | distinctSimple | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 7.968136 | 0.018991 | ns/op | 1 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 7.964981 | 0.005429 | ns/op | 1 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 8.008055 | 0.209350 | ns/op | 1 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 7.964116 | 0.002908 | ns/op | 1 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 7.964509 | 0.004757 | ns/op | 1 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 7.963159 | 0.002189 | ns/op | 1 | distinct1 | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 7.524537 | 1.110533 | ns/op | 1 | distinctWhile | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 7.962712 | 0.002949 | ns/op | 1 | distinct2 | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 7.965831 | 0.015680 | ns/op | 1 | distinct2While | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 26.102760 | 0.011608 | ns/op | 1 | distinctSmall | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 10.173043 | 0.003540 | ns/op | 1 | distinctHelper | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 194.512549 | 18.490602 | ns/op | 2 | distinct | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 197.294127 | 16.422798 | ns/op | 2 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 373.549660 | 17.392981 | ns/op | 2 | distinctSimple | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 161.502574 | 20.922077 | ns/op | 2 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 130.396227 | 21.171243 | ns/op | 2 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 127.212356 | 9.919971 | ns/op | 2 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 119.948260 | 11.763131 | ns/op | 2 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 161.278043 | 15.498969 | ns/op | 2 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 263.695261 | 11.654668 | ns/op | 2 | distinct1 | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 83.473616 | 8.317743 | ns/op | 2 | distinctWhile | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 128.092736 | 12.387113 | ns/op | 2 | distinct2 | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 129.078500 | 7.553645 | ns/op | 2 | distinct2While | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 41.032901 | 4.615750 | ns/op | 2 | distinctSmall | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 38.751259 | 6.362730 | ns/op | 2 | distinctHelper | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 927.185184 | 14.048856 | ns/op | 5 | distinct | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 317.861618 | 2.107997 | ns/op | 5 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 250.844217 | 20.762481 | ns/op | 5 | distinctSimple | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 311.607868 | 30.229835 | ns/op | 5 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 309.748317 | 23.370728 | ns/op | 5 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 183.367182 | 0.741619 | ns/op | 5 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 343.683962 | 38.222904 | ns/op | 5 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 272.519335 | 17.186789 | ns/op | 5 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 357.958547 | 31.129831 | ns/op | 5 | distinct1 | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 182.752018 | 27.676046 | ns/op | 5 | distinctWhile | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 207.189390 | 13.686453 | ns/op | 5 | distinct2 | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 341.141740 | 22.190115 | ns/op | 5 | distinct2While | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 168.211958 | 0.251276 | ns/op | 5 | distinctSmall | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 79.340444 | 0.240381 | ns/op | 5 | distinctHelper | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 699.552380 | 2.102836 | ns/op | 10 | distinct | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 514.479511 | 25.250238 | ns/op | 10 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 1635.206205 | 3.520725 | ns/op | 10 | distinctSimple | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 547.344568 | 37.777993 | ns/op | 10 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 578.870024 | 32.509439 | ns/op | 10 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 266.312497 | 14.028797 | ns/op | 10 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 600.521882 | 61.913342 | ns/op | 10 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 465.950303 | 12.334106 | ns/op | 10 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 554.481381 | 26.507510 | ns/op | 10 | distinct1 | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 559.947022 | 34.671115 | ns/op | 10 | distinctWhile | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 579.406261 | 30.728426 | ns/op | 10 | distinct2 | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 579.779882 | 29.749588 | ns/op | 10 | distinct2While | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 631.942961 | 2.038300 | ns/op | 10 | distinctSmall | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 584.368953 | 33.458787 | ns/op | 10 | distinctHelper | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 1436.233095 | 4.772449 | ns/op | 20 | distinct | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 1463.569422 | 65.625721 | ns/op | 20 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 1056.267628 | 3.808612 | ns/op | 20 | distinctSimple | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 1113.777340 | 63.703801 | ns/op | 20 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 1239.013051 | 2.320890 | ns/op | 20 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 763.215689 | 2.146766 | ns/op | 20 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 1312.411598 | 3.282891 | ns/op | 20 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 954.785511 | 4.913899 | ns/op | 20 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 1665.745883 | 4.673633 | ns/op | 20 | distinct1 | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 1158.558435 | 53.896131 | ns/op | 20 | distinctWhile | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 3385.399571 | 7.834349 | ns/op | 20 | distinct2 | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 1273.407280 | 4.853222 | ns/op | 20 | distinct2While | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 1638.681026 | 81.104818 | ns/op | 20 | distinctSmall | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 1017.364760 | 13.066350 | ns/op | 20 | distinctHelper | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 3734.499853 | 19.670949 | ns/op | 50 | distinct | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 3839.876475 | 21.224829 | ns/op | 50 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 3102.072585 | 87.291245 | ns/op | 50 | distinctSimple | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 3320.262886 | 269.394810 | ns/op | 50 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 3770.228922 | 243.034149 | ns/op | 50 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 2439.287171 | 72.785595 | ns/op | 50 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 3846.578332 | 280.628331 | ns/op | 50 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 4010.871232 | 11.178585 | ns/op | 50 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 5825.262707 | 69.295057 | ns/op | 50 | distinct1 | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 4456.181241 | 19.790165 | ns/op | 50 | distinctWhile | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 6273.226772 | 179.497186 | ns/op | 50 | distinct2 | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 4449.449137 | 13.340471 | ns/op | 50 | distinct2While | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 3775.731484 | 329.911413 | ns/op | 50 | distinctSmall | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 2888.882355 | 162.772225 | ns/op | 50 | distinctHelper | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 19530.467186 | 112.755160 | ns/op | 100 | distinct | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 19869.386163 | 144.107110 | ns/op | 100 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 6605.322481 | 18.646885 | ns/op | 100 | distinctSimple | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 6728.773701 | 397.993112 | ns/op | 100 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 7300.825163 | 74.969396 | ns/op | 100 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 6783.200121 | 20.410404 | ns/op | 100 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 7796.308903 | 300.678486 | ns/op | 100 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 8583.694772 | 36.674198 | ns/op | 100 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 12062.652623 | 36.947710 | ns/op | 100 | distinct1 | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 10376.258521 | 1994.089355 | ns/op | 100 | distinctWhile | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 12836.269638 | 314.885998 | ns/op | 100 | distinct2 | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 9952.004691 | 24.858105 | ns/op | 100 | distinct2While | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 7768.175262 | 44.029317 | ns/op | 100 | distinctSmall | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 5679.512779 | 26.334857 | ns/op | 100 | distinctHelper | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 247520.585602 | 1669.144913 | ns/op | 1000 | distinct | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 242094.174155 | 939.628475 | ns/op | 1000 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 101830.432925 | 2139.922434 | ns/op | 1000 | distinctSimple | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 66978.409466 | 174.954741 | ns/op | 1000 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 71794.988548 | 7115.140465 | ns/op | 1000 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 92908.781969 | 342.781344 | ns/op | 1000 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 72282.549632 | 6104.078144 | ns/op | 1000 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 100062.623773 | 274.029865 | ns/op | 1000 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 96805.416582 | 2175.190944 | ns/op | 1000 | distinct1 | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 90652.573187 | 261.534422 | ns/op | 1000 | distinctWhile | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 95386.269411 | 1757.381609 | ns/op | 1000 | distinct2 | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 90440.588740 | 257.033614 | ns/op | 1000 | distinct2While | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 103905.878550 | 253.556928 | ns/op | 1000 | distinctSmall | |
scala.collection.DistinctBenchmark.testDistinct | avgt | 1 | 10 | 56329.840385 | 771.519429 | ns/op | 1000 | distinctHelper | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 46.596692 | 0.673709 | ns/op | 0 | distinct | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 6.773079 | 0.007002 | ns/op | 0 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 6.772973 | 0.007429 | ns/op | 0 | distinctSimple | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 6.769541 | 0.008308 | ns/op | 0 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 6.775825 | 0.040098 | ns/op | 0 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 6.768112 | 0.005745 | ns/op | 0 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 6.778228 | 0.017288 | ns/op | 0 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 6.767246 | 0.004924 | ns/op | 0 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 6.768929 | 0.006234 | ns/op | 0 | distinct1 | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 6.767279 | 0.001566 | ns/op | 0 | distinctWhile | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 6.766360 | 0.001294 | ns/op | 0 | distinct2 | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 6.766708 | 0.001482 | ns/op | 0 | distinct2While | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 10.000336 | 0.131675 | ns/op | 0 | distinctSmall | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 9.415410 | 0.005827 | ns/op | 0 | distinctHelper | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 192.781884 | 11.718916 | ns/op | 1 | distinct | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 193.618119 | 12.229948 | ns/op | 1 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 152.972560 | 6.288723 | ns/op | 1 | distinctSimple | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 142.809729 | 5.071546 | ns/op | 1 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 125.225489 | 9.567930 | ns/op | 1 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 434.196002 | 3.488930 | ns/op | 1 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 130.692204 | 12.628158 | ns/op | 1 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 156.819641 | 9.498601 | ns/op | 1 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 432.452321 | 11.005589 | ns/op | 1 | distinct1 | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 199.200984 | 0.775906 | ns/op | 1 | distinctWhile | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 200.737334 | 0.502438 | ns/op | 1 | distinct2 | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 155.865233 | 0.465241 | ns/op | 1 | distinct2While | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 71.791159 | 3.753455 | ns/op | 1 | distinctSmall | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 70.232842 | 4.171207 | ns/op | 1 | distinctHelper | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 280.102533 | 7.970097 | ns/op | 2 | distinct | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 280.666443 | 8.469511 | ns/op | 2 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 229.906619 | 17.172032 | ns/op | 2 | distinctSimple | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 229.413367 | 15.339684 | ns/op | 2 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 184.369088 | 10.535334 | ns/op | 2 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 330.668051 | 19.581787 | ns/op | 2 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 194.569569 | 15.794952 | ns/op | 2 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 225.192676 | 22.346471 | ns/op | 2 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 373.933568 | 2.148380 | ns/op | 2 | distinct1 | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 357.164822 | 5.894992 | ns/op | 2 | distinctWhile | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 315.087797 | 6.032133 | ns/op | 2 | distinct2 | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 247.238361 | 14.252639 | ns/op | 2 | distinct2While | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 143.022863 | 0.421122 | ns/op | 2 | distinctSmall | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 124.072298 | 9.170716 | ns/op | 2 | distinctHelper | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 511.712453 | 24.544140 | ns/op | 5 | distinct | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 481.485439 | 1.562111 | ns/op | 5 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 397.192169 | 12.261583 | ns/op | 5 | distinctSimple | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 487.287079 | 30.978716 | ns/op | 5 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 484.409574 | 17.154556 | ns/op | 5 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 645.669408 | 3.126378 | ns/op | 5 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 410.007725 | 1.778232 | ns/op | 5 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 434.301398 | 24.172927 | ns/op | 5 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 1054.768211 | 35.499942 | ns/op | 5 | distinct1 | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 1001.730488 | 43.990684 | ns/op | 5 | distinctWhile | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 524.150243 | 22.466723 | ns/op | 5 | distinct2 | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 396.830577 | 4.834966 | ns/op | 5 | distinct2While | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 447.576687 | 1.407486 | ns/op | 5 | distinctSmall | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 259.369688 | 5.817574 | ns/op | 5 | distinctHelper | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 789.507549 | 1.272325 | ns/op | 10 | distinct | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 794.687713 | 3.499078 | ns/op | 10 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 687.739866 | 35.167837 | ns/op | 10 | distinctSimple | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 821.392035 | 3.249576 | ns/op | 10 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 692.557937 | 3.714387 | ns/op | 10 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 969.450388 | 13.881346 | ns/op | 10 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 833.036483 | 44.496541 | ns/op | 10 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 748.180906 | 1.544184 | ns/op | 10 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 2623.016975 | 212.744499 | ns/op | 10 | distinct1 | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 2436.396093 | 147.811976 | ns/op | 10 | distinctWhile | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 903.214701 | 62.109344 | ns/op | 10 | distinct2 | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 800.596503 | 35.254003 | ns/op | 10 | distinct2While | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 1350.433651 | 6.980747 | ns/op | 10 | distinctSmall | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 1113.827597 | 52.311669 | ns/op | 10 | distinctHelper | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 2196.106766 | 36.771943 | ns/op | 20 | distinct | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 2151.523793 | 26.001521 | ns/op | 20 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 1973.024848 | 6.108077 | ns/op | 20 | distinctSimple | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 1836.157396 | 53.531150 | ns/op | 20 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 1874.907307 | 101.432926 | ns/op | 20 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 2426.186002 | 13.276714 | ns/op | 20 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 1649.654942 | 82.604154 | ns/op | 20 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 1603.554693 | 6.017186 | ns/op | 20 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 6750.402848 | 25.190478 | ns/op | 20 | distinct1 | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 6858.199093 | 24.272185 | ns/op | 20 | distinctWhile | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 4499.276648 | 10.015677 | ns/op | 20 | distinct2 | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 2165.770768 | 8.537086 | ns/op | 20 | distinct2While | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 2807.249428 | 13.915440 | ns/op | 20 | distinctSmall | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 2057.036109 | 140.775495 | ns/op | 20 | distinctHelper | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 17322.774238 | 379.368764 | ns/op | 50 | distinct | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 16943.225228 | 110.565755 | ns/op | 50 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 4676.034554 | 16.979649 | ns/op | 50 | distinctSimple | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 5051.819474 | 237.388403 | ns/op | 50 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 5346.724632 | 21.936794 | ns/op | 50 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 6335.323986 | 106.485743 | ns/op | 50 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 4982.192316 | 282.055989 | ns/op | 50 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 5895.614756 | 26.048043 | ns/op | 50 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 44414.556358 | 1933.701382 | ns/op | 50 | distinct1 | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 27638.419286 | 96.260251 | ns/op | 50 | distinctWhile | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 9114.512562 | 41.507237 | ns/op | 50 | distinct2 | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 7234.648877 | 336.748136 | ns/op | 50 | distinct2While | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 5519.385105 | 24.232137 | ns/op | 50 | distinctSmall | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 5565.602341 | 296.879810 | ns/op | 50 | distinctHelper | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 34940.498369 | 207.610094 | ns/op | 100 | distinct | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 34509.185175 | 163.067074 | ns/op | 100 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 8952.430005 | 23.629822 | ns/op | 100 | distinctSimple | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 9680.316577 | 440.116666 | ns/op | 100 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 10944.873357 | 35.002675 | ns/op | 100 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 14093.551947 | 47.728091 | ns/op | 100 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 10100.709450 | 471.919452 | ns/op | 100 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 11939.305899 | 39.663094 | ns/op | 100 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 142904.391327 | 5150.155186 | ns/op | 100 | distinct1 | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 86602.747815 | 5123.412421 | ns/op | 100 | distinctWhile | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 18712.037775 | 416.737751 | ns/op | 100 | distinct2 | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 15919.638018 | 85.290939 | ns/op | 100 | distinct2While | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 10873.015533 | 78.082013 | ns/op | 100 | distinctSmall | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 10078.772771 | 521.341581 | ns/op | 100 | distinctHelper | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 410283.342844 | 1602.967965 | ns/op | 1000 | distinct | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 414152.349015 | 2397.434845 | ns/op | 1000 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 142564.966198 | 3921.995208 | ns/op | 1000 | distinctSimple | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 107002.544176 | 4954.976807 | ns/op | 1000 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 109736.842517 | 8667.694876 | ns/op | 1000 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 176361.346514 | 1357.223212 | ns/op | 1000 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 108131.000353 | 7400.558942 | ns/op | 1000 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 135045.876714 | 355.317732 | ns/op | 1000 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 12018142.665376 | 57451.315591 | ns/op | 1000 | distinct1 | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 7529405.839704 | 426819.276245 | ns/op | 1000 | distinctWhile | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 147349.987973 | 1858.437038 | ns/op | 1000 | distinct2 | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 150447.450616 | 1019.846853 | ns/op | 1000 | distinct2While | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 140505.073839 | 275.387090 | ns/op | 1000 | distinctSmall | |
scala.collection.DistinctBenchmark.testDup1 | avgt | 1 | 10 | 107261.767485 | 4819.068419 | ns/op | 1000 | distinctHelper | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 46.785030 | 0.524453 | ns/op | 0 | distinct | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 6.768804 | 0.007122 | ns/op | 0 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 6.802323 | 0.156674 | ns/op | 0 | distinctSimple | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 6.769110 | 0.002611 | ns/op | 0 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 6.769650 | 0.006964 | ns/op | 0 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 6.769347 | 0.004696 | ns/op | 0 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 6.774473 | 0.007353 | ns/op | 0 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 6.769789 | 0.008237 | ns/op | 0 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 6.765754 | 0.001426 | ns/op | 0 | distinct1 | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 6.772156 | 0.006632 | ns/op | 0 | distinctWhile | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 6.768132 | 0.010376 | ns/op | 0 | distinct2 | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 6.769180 | 0.012677 | ns/op | 0 | distinct2While | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 9.947650 | 0.023138 | ns/op | 0 | distinctSmall | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 9.413102 | 0.003497 | ns/op | 0 | distinctHelper | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 181.154287 | 13.779428 | ns/op | 1 | distinct | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 275.658275 | 14.673550 | ns/op | 1 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 141.631528 | 21.688908 | ns/op | 1 | distinctSimple | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 137.964451 | 3.477112 | ns/op | 1 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 117.666501 | 4.622598 | ns/op | 1 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 405.736020 | 2.361941 | ns/op | 1 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 122.652508 | 15.930833 | ns/op | 1 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 145.888003 | 14.159379 | ns/op | 1 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 418.362771 | 0.859619 | ns/op | 1 | distinct1 | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 196.310325 | 0.618624 | ns/op | 1 | distinctWhile | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 191.860827 | 0.443073 | ns/op | 1 | distinct2 | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 193.161617 | 11.716678 | ns/op | 1 | distinct2While | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 63.968875 | 3.457284 | ns/op | 1 | distinctSmall | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 61.198683 | 5.356972 | ns/op | 1 | distinctHelper | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 242.855125 | 13.953327 | ns/op | 2 | distinct | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 241.209130 | 0.724288 | ns/op | 2 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 636.642507 | 11.013542 | ns/op | 2 | distinctSimple | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 217.604741 | 24.466552 | ns/op | 2 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 194.710018 | 16.815214 | ns/op | 2 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 446.573071 | 0.909966 | ns/op | 2 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 192.278021 | 14.424193 | ns/op | 2 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 200.060669 | 13.664522 | ns/op | 2 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 869.975854 | 2.885952 | ns/op | 2 | distinct1 | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 402.611319 | 22.754099 | ns/op | 2 | distinctWhile | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 306.463463 | 15.548361 | ns/op | 2 | distinct2 | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 286.810409 | 17.587457 | ns/op | 2 | distinct2While | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 134.640126 | 0.521287 | ns/op | 2 | distinctSmall | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 108.590212 | 10.503579 | ns/op | 2 | distinctHelper | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 381.150102 | 11.894470 | ns/op | 5 | distinct | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 452.187674 | 1.580823 | ns/op | 5 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 1494.675612 | 5.823835 | ns/op | 5 | distinctSimple | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 459.053070 | 34.668105 | ns/op | 5 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 460.430043 | 44.111745 | ns/op | 5 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 609.613711 | 1.567668 | ns/op | 5 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 454.397556 | 2.475411 | ns/op | 5 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 381.331249 | 20.745374 | ns/op | 5 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 2233.836462 | 8.433746 | ns/op | 5 | distinct1 | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 1070.326256 | 21.056272 | ns/op | 5 | distinctWhile | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 585.791298 | 28.083702 | ns/op | 5 | distinct2 | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 574.690609 | 27.728817 | ns/op | 5 | distinct2While | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 417.797618 | 1.559791 | ns/op | 5 | distinctSmall | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 215.357684 | 1.152074 | ns/op | 5 | distinctHelper | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 727.944610 | 3.285391 | ns/op | 10 | distinct | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 716.900158 | 2.576381 | ns/op | 10 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 540.679558 | 27.726024 | ns/op | 10 | distinctSimple | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 789.465764 | 2.610316 | ns/op | 10 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 865.855319 | 55.046773 | ns/op | 10 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 849.292383 | 22.188650 | ns/op | 10 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 752.683170 | 13.067890 | ns/op | 10 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 639.724614 | 37.528675 | ns/op | 10 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 2595.931190 | 159.999518 | ns/op | 10 | distinct1 | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 2643.126515 | 8.075643 | ns/op | 10 | distinctWhile | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 1097.312435 | 4.697627 | ns/op | 10 | distinct2 | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 1039.479581 | 4.891803 | ns/op | 10 | distinct2While | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 1262.710697 | 10.004170 | ns/op | 10 | distinctSmall | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 905.633332 | 10.235223 | ns/op | 10 | distinctHelper | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 1991.117661 | 6.513238 | ns/op | 20 | distinct | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 1949.661375 | 53.091469 | ns/op | 20 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 1730.194614 | 7.172283 | ns/op | 20 | distinctSimple | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 1589.350849 | 4.825888 | ns/op | 20 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 1794.439789 | 112.820348 | ns/op | 20 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 2076.406253 | 13.766225 | ns/op | 20 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 1520.335117 | 3.937089 | ns/op | 20 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 1916.054724 | 9.711709 | ns/op | 20 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 7684.865747 | 413.231681 | ns/op | 20 | distinct1 | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 8985.737776 | 539.580860 | ns/op | 20 | distinctWhile | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 4501.237326 | 12.713980 | ns/op | 20 | distinct2 | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 2226.314048 | 3.214567 | ns/op | 20 | distinct2While | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 2404.213048 | 30.114302 | ns/op | 20 | distinctSmall | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 1652.887666 | 47.449147 | ns/op | 20 | distinctHelper | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 16679.915398 | 76.191146 | ns/op | 50 | distinct | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 16463.946128 | 93.513241 | ns/op | 50 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 4181.659780 | 23.042040 | ns/op | 50 | distinctSimple | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 4647.670481 | 72.396033 | ns/op | 50 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 5068.587182 | 272.112897 | ns/op | 50 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 5638.992384 | 18.543850 | ns/op | 50 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 5115.536963 | 284.161471 | ns/op | 50 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 5201.589340 | 28.661151 | ns/op | 50 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 98465.827144 | 486.160112 | ns/op | 50 | distinct1 | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 30057.219056 | 2808.994937 | ns/op | 50 | distinctWhile | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 9346.617067 | 17.207684 | ns/op | 50 | distinct2 | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 6810.022544 | 17.121553 | ns/op | 50 | distinct2While | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 5239.544365 | 17.937577 | ns/op | 50 | distinctSmall | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 4333.769901 | 46.993762 | ns/op | 50 | distinctHelper | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 33754.239664 | 188.671742 | ns/op | 100 | distinct | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 32925.437853 | 158.045133 | ns/op | 100 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 8563.862091 | 21.694752 | ns/op | 100 | distinctSimple | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 9118.458155 | 48.245907 | ns/op | 100 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 7130.405964 | 387.104283 | ns/op | 100 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 9975.236850 | 428.772009 | ns/op | 100 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 10341.308279 | 487.172999 | ns/op | 100 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 8047.439932 | 24.661151 | ns/op | 100 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 252827.013434 | 3523.191236 | ns/op | 100 | distinct1 | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 119325.135780 | 10456.662685 | ns/op | 100 | distinctWhile | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 18796.744054 | 55.861183 | ns/op | 100 | distinct2 | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 13268.195011 | 53.226196 | ns/op | 100 | distinct2While | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 9313.426044 | 88.782303 | ns/op | 100 | distinctSmall | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 8841.141115 | 354.533989 | ns/op | 100 | distinctHelper | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 380178.496587 | 1548.339200 | ns/op | 1000 | distinct | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 380956.928936 | 1480.095789 | ns/op | 1000 | distinctTrivial | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 122129.844507 | 782.613082 | ns/op | 1000 | distinctSimple | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 98175.162753 | 6431.493896 | ns/op | 1000 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 99114.398931 | 8602.902796 | ns/op | 1000 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 154386.681225 | 2900.571029 | ns/op | 1000 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 98074.551012 | 8278.786091 | ns/op | 1000 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 114801.787373 | 468.570708 | ns/op | 1000 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 23156946.520455 | 95116.871466 | ns/op | 1000 | distinct1 | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 12712757.018608 | 1644212.497644 | ns/op | 1000 | distinctWhile | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 139507.371541 | 1520.925940 | ns/op | 1000 | distinct2 | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 149229.484628 | 676.657338 | ns/op | 1000 | distinct2While | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 122146.223189 | 1744.561344 | ns/op | 1000 | distinctSmall | |
scala.collection.DistinctBenchmark.testDup2 | avgt | 1 | 10 | 86732.795579 | 3350.136029 | ns/op | 1000 | distinctHelper | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 181.744586 | 13.479198 | ns/op | 1 | distinct | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 180.295914 | 14.891161 | ns/op | 1 | distinctTrivial | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 137.112225 | 4.941883 | ns/op | 1 | distinctSimple | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 141.768415 | 16.686475 | ns/op | 1 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 116.735590 | 4.507729 | ns/op | 1 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 408.802737 | 0.849724 | ns/op | 1 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 120.733076 | 10.278467 | ns/op | 1 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 149.810205 | 23.616880 | ns/op | 1 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 176.996663 | 13.141699 | ns/op | 1 | distinct1 | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 192.188932 | 1.222204 | ns/op | 1 | distinctWhile | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 198.518154 | 11.811588 | ns/op | 1 | distinct2 | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 192.870437 | 11.777792 | ns/op | 1 | distinct2While | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 65.060624 | 3.727251 | ns/op | 1 | distinctSmall | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 61.679066 | 5.856081 | ns/op | 1 | distinctHelper | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 217.929697 | 0.541442 | ns/op | 2 | distinct | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 221.392491 | 18.689682 | ns/op | 2 | distinctTrivial | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 172.034789 | 16.910499 | ns/op | 2 | distinctSimple | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 188.762351 | 12.897975 | ns/op | 2 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 159.348321 | 13.114492 | ns/op | 2 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 272.978420 | 5.718327 | ns/op | 2 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 170.847604 | 15.185990 | ns/op | 2 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 185.410469 | 20.511803 | ns/op | 2 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 610.341468 | 1.738916 | ns/op | 2 | distinct1 | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 265.492783 | 1.377893 | ns/op | 2 | distinctWhile | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 277.911396 | 2.568680 | ns/op | 2 | distinct2 | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 253.847375 | 0.720811 | ns/op | 2 | distinct2While | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 109.796465 | 5.913374 | ns/op | 2 | distinctSmall | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 88.376892 | 2.230575 | ns/op | 2 | distinctHelper | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 467.791080 | 1.638758 | ns/op | 5 | distinct | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 351.750136 | 9.295484 | ns/op | 5 | distinctTrivial | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 268.225620 | 33.089718 | ns/op | 5 | distinctSimple | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 344.443488 | 21.150651 | ns/op | 5 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 340.119154 | 22.605206 | ns/op | 5 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 526.496359 | 2.364130 | ns/op | 5 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 302.035553 | 17.712467 | ns/op | 5 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 288.992870 | 1.600190 | ns/op | 5 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 1203.196274 | 6.574666 | ns/op | 5 | distinct1 | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 483.108698 | 19.267091 | ns/op | 5 | distinctWhile | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 478.095965 | 51.867579 | ns/op | 5 | distinct2 | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 452.811126 | 8.725217 | ns/op | 5 | distinct2While | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 270.222759 | 0.472901 | ns/op | 5 | distinctSmall | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 170.490430 | 10.418072 | ns/op | 5 | distinctHelper | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 571.491289 | 36.192941 | ns/op | 10 | distinct | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 559.403924 | 35.901774 | ns/op | 10 | distinctTrivial | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 399.559818 | 32.750871 | ns/op | 10 | distinctSimple | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 601.368840 | 48.749002 | ns/op | 10 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 604.013430 | 2.248585 | ns/op | 10 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 732.266280 | 0.851320 | ns/op | 10 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 523.165022 | 48.230528 | ns/op | 10 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 387.731883 | 35.027170 | ns/op | 10 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 901.434915 | 57.292814 | ns/op | 10 | distinct1 | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 846.052193 | 58.037444 | ns/op | 10 | distinctWhile | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 891.340753 | 43.344344 | ns/op | 10 | distinct2 | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 790.662604 | 33.168903 | ns/op | 10 | distinct2While | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 773.755460 | 1.991870 | ns/op | 10 | distinctSmall | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 647.079261 | 2.172862 | ns/op | 10 | distinctHelper | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 1404.544409 | 66.974081 | ns/op | 20 | distinct | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 1398.388934 | 5.048379 | ns/op | 20 | distinctTrivial | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 1285.360234 | 62.439083 | ns/op | 20 | distinctSimple | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 1163.996147 | 122.968450 | ns/op | 20 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 1295.375797 | 3.518802 | ns/op | 20 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 1641.178854 | 3.720317 | ns/op | 20 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 1121.152118 | 68.554425 | ns/op | 20 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 934.387181 | 3.659338 | ns/op | 20 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 2033.432288 | 103.439222 | ns/op | 20 | distinct1 | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 1479.639589 | 33.501365 | ns/op | 20 | distinctWhile | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 3688.417640 | 11.761878 | ns/op | 20 | distinct2 | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 1467.858392 | 23.783748 | ns/op | 20 | distinct2While | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 1813.372745 | 11.959488 | ns/op | 20 | distinctSmall | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 1260.381562 | 92.038283 | ns/op | 20 | distinctHelper | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 9934.853466 | 59.978648 | ns/op | 50 | distinct | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 9905.181572 | 65.580572 | ns/op | 50 | distinctTrivial | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 3407.754167 | 13.831510 | ns/op | 50 | distinctSimple | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 3381.892103 | 230.805696 | ns/op | 50 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 3817.747590 | 11.488192 | ns/op | 50 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 4168.237267 | 14.019246 | ns/op | 50 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 3064.474242 | 18.023662 | ns/op | 50 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 2629.566648 | 168.745480 | ns/op | 50 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 5600.645154 | 14.470095 | ns/op | 50 | distinct1 | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 5213.751648 | 231.623052 | ns/op | 50 | distinctWhile | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 6840.560815 | 15.586197 | ns/op | 50 | distinct2 | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 5238.608569 | 229.973054 | ns/op | 50 | distinct2While | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 3967.982199 | 14.794156 | ns/op | 50 | distinctSmall | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 3355.618988 | 205.636261 | ns/op | 50 | distinctHelper | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 19420.873743 | 92.078665 | ns/op | 100 | distinct | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 19449.964750 | 125.797685 | ns/op | 100 | distinctTrivial | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 6928.048124 | 38.046956 | ns/op | 100 | distinctSimple | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 6860.172724 | 396.604851 | ns/op | 100 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 7713.886047 | 26.619994 | ns/op | 100 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 10215.580512 | 41.262403 | ns/op | 100 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 6170.674025 | 8.773370 | ns/op | 100 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 8701.711930 | 56.760699 | ns/op | 100 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 13074.419665 | 49.637840 | ns/op | 100 | distinct1 | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 10973.206253 | 19.946945 | ns/op | 100 | distinctWhile | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 13734.448041 | 19.278422 | ns/op | 100 | distinct2 | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 11564.984991 | 575.491129 | ns/op | 100 | distinct2While | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 7125.667903 | 24.640452 | ns/op | 100 | distinctSmall | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 6528.737750 | 354.039589 | ns/op | 100 | distinctHelper | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 245643.427725 | 1576.100806 | ns/op | 1000 | distinct | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 245387.152449 | 2143.059776 | ns/op | 1000 | distinctTrivial | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 99045.471269 | 347.222636 | ns/op | 1000 | distinctSimple | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 66914.436386 | 5139.929175 | ns/op | 1000 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 71659.831211 | 6081.218058 | ns/op | 1000 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 137388.599460 | 398.693359 | ns/op | 1000 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 63622.763053 | 327.854970 | ns/op | 1000 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 98409.613377 | 3619.401109 | ns/op | 1000 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 102467.414738 | 5597.508763 | ns/op | 1000 | distinct1 | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 112200.292826 | 6856.600777 | ns/op | 1000 | distinctWhile | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 105038.514328 | 6325.266957 | ns/op | 1000 | distinct2 | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 113580.346326 | 602.838772 | ns/op | 1000 | distinct2While | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 102206.381171 | 324.582055 | ns/op | 1000 | distinctSmall | |
scala.collection.DistinctBenchmark.testFirst | avgt | 1 | 10 | 64499.149715 | 3987.939441 | ns/op | 1000 | distinctHelper | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 181.771359 | 13.625195 | ns/op | 1 | distinct | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 182.003568 | 13.025045 | ns/op | 1 | distinctTrivial | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 136.449635 | 4.606278 | ns/op | 1 | distinctSimple | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 143.691236 | 19.379032 | ns/op | 1 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 118.932586 | 5.416666 | ns/op | 1 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 403.296486 | 0.856138 | ns/op | 1 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 123.690238 | 15.278498 | ns/op | 1 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 145.141735 | 13.996317 | ns/op | 1 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 180.332468 | 14.143396 | ns/op | 1 | distinct1 | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 196.381043 | 11.740499 | ns/op | 1 | distinctWhile | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 193.948183 | 11.596201 | ns/op | 1 | distinct2 | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 191.173908 | 0.730735 | ns/op | 1 | distinct2While | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 63.806052 | 3.810273 | ns/op | 1 | distinctSmall | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 62.253250 | 5.886735 | ns/op | 1 | distinctHelper | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 223.397193 | 20.296314 | ns/op | 2 | distinct | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 230.830225 | 17.909321 | ns/op | 2 | distinctTrivial | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 168.792111 | 16.235983 | ns/op | 2 | distinctSimple | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 190.109747 | 14.447609 | ns/op | 2 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 150.608667 | 22.785095 | ns/op | 2 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 444.599185 | 0.953616 | ns/op | 2 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 172.042093 | 22.743249 | ns/op | 2 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 184.371718 | 20.033988 | ns/op | 2 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 611.467753 | 5.086110 | ns/op | 2 | distinct1 | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 265.806972 | 1.999260 | ns/op | 2 | distinctWhile | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 271.738580 | 2.502996 | ns/op | 2 | distinct2 | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 257.819780 | 0.851346 | ns/op | 2 | distinct2While | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 108.728909 | 0.308651 | ns/op | 2 | distinctSmall | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 89.613617 | 8.877049 | ns/op | 2 | distinctHelper | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 371.734867 | 16.077933 | ns/op | 5 | distinct | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 419.197223 | 24.835751 | ns/op | 5 | distinctTrivial | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 258.505442 | 23.950103 | ns/op | 5 | distinctSimple | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 367.245198 | 27.133062 | ns/op | 5 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 334.431650 | 25.000308 | ns/op | 5 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 528.591770 | 1.712621 | ns/op | 5 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 305.147432 | 31.335227 | ns/op | 5 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 287.272705 | 27.142163 | ns/op | 5 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 1137.885311 | 3.188977 | ns/op | 5 | distinct1 | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 453.149198 | 10.096663 | ns/op | 5 | distinctWhile | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 467.105223 | 12.848941 | ns/op | 5 | distinct2 | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 464.316012 | 11.559567 | ns/op | 5 | distinct2While | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 265.558458 | 0.892114 | ns/op | 5 | distinctSmall | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 171.909269 | 18.687991 | ns/op | 5 | distinctHelper | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 575.569280 | 31.607201 | ns/op | 10 | distinct | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 1758.026173 | 5.843568 | ns/op | 10 | distinctTrivial | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 1729.122511 | 7.267267 | ns/op | 10 | distinctSimple | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 622.669557 | 60.803907 | ns/op | 10 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 613.888826 | 61.420222 | ns/op | 10 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 716.825438 | 1.807514 | ns/op | 10 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 530.127858 | 60.459229 | ns/op | 10 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 466.499783 | 7.619208 | ns/op | 10 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 774.894862 | 13.253237 | ns/op | 10 | distinct1 | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 543.190896 | 33.944889 | ns/op | 10 | distinctWhile | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 608.089190 | 38.746392 | ns/op | 10 | distinct2 | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 519.329685 | 32.947628 | ns/op | 10 | distinct2While | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 660.010274 | 2.224350 | ns/op | 10 | distinctSmall | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 752.487939 | 2.187027 | ns/op | 10 | distinctHelper | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 1386.616742 | 2.147340 | ns/op | 20 | distinct | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 1382.354251 | 69.948545 | ns/op | 20 | distinctTrivial | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 1301.353810 | 60.416034 | ns/op | 20 | distinctSimple | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 1173.790269 | 89.942230 | ns/op | 20 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 1311.587840 | 25.317990 | ns/op | 20 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 1631.036043 | 5.675048 | ns/op | 20 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 1088.205439 | 119.220140 | ns/op | 20 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 1397.338656 | 6.295844 | ns/op | 20 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 2009.640740 | 5.180853 | ns/op | 20 | distinct1 | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 1619.825328 | 79.060360 | ns/op | 20 | distinctWhile | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 3715.749208 | 19.377680 | ns/op | 20 | distinct2 | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 1470.507793 | 27.623050 | ns/op | 20 | distinct2While | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 1920.863268 | 9.310311 | ns/op | 20 | distinctSmall | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 1288.241651 | 3.911114 | ns/op | 20 | distinctHelper | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 3721.323675 | 159.285534 | ns/op | 50 | distinct | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 3799.296592 | 11.150838 | ns/op | 50 | distinctTrivial | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 3242.043641 | 177.720534 | ns/op | 50 | distinctSimple | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 3383.647758 | 222.519891 | ns/op | 50 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 3859.640056 | 345.362754 | ns/op | 50 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 3924.153780 | 5.842987 | ns/op | 50 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 3146.306972 | 175.307230 | ns/op | 50 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 3452.133762 | 4.897400 | ns/op | 50 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 6366.719500 | 14.171097 | ns/op | 50 | distinct1 | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 5365.812309 | 275.420408 | ns/op | 50 | distinctWhile | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 6898.625738 | 94.873487 | ns/op | 50 | distinct2 | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 5320.121214 | 16.447221 | ns/op | 50 | distinct2While | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 3996.052025 | 102.601436 | ns/op | 50 | distinctSmall | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 3418.738782 | 188.524003 | ns/op | 50 | distinctHelper | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 19413.277023 | 93.897917 | ns/op | 100 | distinct | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 19711.425098 | 75.941399 | ns/op | 100 | distinctTrivial | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 7007.062980 | 23.168303 | ns/op | 100 | distinctSimple | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 6889.986607 | 693.715203 | ns/op | 100 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 7519.702073 | 48.985712 | ns/op | 100 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 10234.461707 | 29.734453 | ns/op | 100 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 7721.134967 | 30.710523 | ns/op | 100 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 8805.204761 | 31.145867 | ns/op | 100 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 14506.421824 | 43.500530 | ns/op | 100 | distinct1 | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 11545.141994 | 604.717946 | ns/op | 100 | distinctWhile | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 13770.359274 | 648.620942 | ns/op | 100 | distinct2 | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 11453.528702 | 36.346797 | ns/op | 100 | distinct2While | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 7584.450650 | 29.651609 | ns/op | 100 | distinctSmall | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 6738.069578 | 433.041038 | ns/op | 100 | distinctHelper | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 242709.806626 | 2211.097379 | ns/op | 1000 | distinct | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 241547.988981 | 749.042814 | ns/op | 1000 | distinctTrivial | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 103737.799643 | 452.064684 | ns/op | 1000 | distinctSimple | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 66234.970541 | 1336.859949 | ns/op | 1000 | distinctSimpleJavaHashSet | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 72436.132503 | 7840.316711 | ns/op | 1000 | distinctSimpleWhileJavaHashSet | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 137056.222264 | 377.278044 | ns/op | 1000 | distinctSimpleWhileIteratorOneAdd | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 76767.655542 | 10049.941616 | ns/op | 1000 | distinctSimpleWhileJavaHashSetIterator | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 98047.571647 | 252.443260 | ns/op | 1000 | distinctSimpleWhile | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 120006.622965 | 334.034005 | ns/op | 1000 | distinct1 | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 115331.288086 | 221.572375 | ns/op | 1000 | distinctWhile | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 104569.086472 | 6186.673781 | ns/op | 1000 | distinct2 | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 116226.418142 | 5039.449249 | ns/op | 1000 | distinct2While | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 106819.357247 | 241.671543 | ns/op | 1000 | distinctSmall | |
scala.collection.DistinctBenchmark.testLast | avgt | 1 | 10 | 65030.057287 | 3618.264058 | ns/op | 1000 | distinctHelper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment