summaryrefslogtreecommitdiff
path: root/sortbench.out.txt
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2020-08-08 17:32:23 +0100
committerPaul Buetow <pbuetow@mimecast.com>2020-08-08 17:32:23 +0100
commitdda16974366e91036b32d0eeea33b766c2439feb (patch)
treef76a3fd0a08e5daa18c65271db55a3f290882a59 /sortbench.out.txt
parent36573e16d9e8b511aec24a82797a5d13ceef6aa4 (diff)
fortune not found
Quick commit
Diffstat (limited to 'sortbench.out.txt')
-rw-r--r--sortbench.out.txt327
1 files changed, 164 insertions, 163 deletions
diff --git a/sortbench.out.txt b/sortbench.out.txt
index 603457f..6f3b284 100644
--- a/sortbench.out.txt
+++ b/sortbench.out.txt
@@ -1,166 +1,167 @@
+go test -run=xxx -bench=. ./sort | tee sortbench.out
goos: darwin
goarch: amd64
-BenchmarkInsertionSort/random(1)-12 185191676 6.16 ns/op
-BenchmarkInsertionSort/ascending(1)-12 177869570 6.66 ns/op
-BenchmarkInsertionSort/descending(1)-12 186771874 6.24 ns/op
-BenchmarkInsertionSort/random(10)-12 34482441 36.2 ns/op
-BenchmarkInsertionSort/ascending(10)-12 82419602 14.8 ns/op
-BenchmarkInsertionSort/descending(10)-12 26885938 44.0 ns/op
-BenchmarkInsertionSort/random(100)-12 558688 2273 ns/op
-BenchmarkInsertionSort/ascending(100)-12 13367913 90.2 ns/op
-BenchmarkInsertionSort/descending(100)-12 275616 4419 ns/op
-BenchmarkInsertionSort/random(1000)-12 6034 197029 ns/op
-BenchmarkInsertionSort/ascending(1000)-12 1451596 815 ns/op
-BenchmarkInsertionSort/descending(1000)-12 3201 380806 ns/op
-BenchmarkInsertionSort/random(10000)-12 45 24109528 ns/op
-BenchmarkInsertionSort/ascending(10000)-12 132128 9104 ns/op
-BenchmarkInsertionSort/descending(10000)-12 20 55910217 ns/op
-BenchmarkInsertionSort/random(100000)-12 1 2764039277 ns/op
-BenchmarkInsertionSort/ascending(100000)-12 10000 100853 ns/op
-BenchmarkInsertionSort/descending(100000)-12 1 5532816500 ns/op
-BenchmarkSelectionSort/random(1)-12 188115730 6.48 ns/op
-BenchmarkSelectionSort/ascending(1)-12 172595838 6.99 ns/op
-BenchmarkSelectionSort/descending(1)-12 186447632 6.59 ns/op
-BenchmarkSelectionSort/random(10)-12 16414581 72.6 ns/op
-BenchmarkSelectionSort/ascending(10)-12 18589161 63.8 ns/op
-BenchmarkSelectionSort/descending(10)-12 18247290 65.9 ns/op
-BenchmarkSelectionSort/random(100)-12 195650 6246 ns/op
-BenchmarkSelectionSort/ascending(100)-12 222948 5486 ns/op
-BenchmarkSelectionSort/descending(100)-12 223107 5582 ns/op
-BenchmarkSelectionSort/random(1000)-12 1966 620017 ns/op
-BenchmarkSelectionSort/ascending(1000)-12 2414 504120 ns/op
-BenchmarkSelectionSort/descending(1000)-12 2666 450313 ns/op
-BenchmarkSelectionSort/random(10000)-12 21 62379675 ns/op
-BenchmarkSelectionSort/ascending(10000)-12 22 50335774 ns/op
-BenchmarkSelectionSort/descending(10000)-12 26 45239092 ns/op
-BenchmarkSelectionSort/random(100000)-12 1 5342742609 ns/op
-BenchmarkSelectionSort/ascending(100000)-12 1 5292252348 ns/op
-BenchmarkSelectionSort/descending(100000)-12 1 4786950901 ns/op
-BenchmarkShellSort/random(1)-12 146403772 8.12 ns/op
-BenchmarkShellSort/ascending(1)-12 132845919 9.14 ns/op
-BenchmarkShellSort/descending(1)-12 144606938 8.35 ns/op
-BenchmarkShellSort/random(10)-12 31809394 37.5 ns/op
-BenchmarkShellSort/ascending(10)-12 43800141 27.6 ns/op
-BenchmarkShellSort/descending(10)-12 30931777 38.7 ns/op
-BenchmarkShellSort/random(100)-12 1486393 810 ns/op
-BenchmarkShellSort/ascending(100)-12 3125997 383 ns/op
-BenchmarkShellSort/descending(100)-12 2117821 565 ns/op
-BenchmarkShellSort/random(1000)-12 25338 47730 ns/op
-BenchmarkShellSort/ascending(1000)-12 238173 5037 ns/op
-BenchmarkShellSort/descending(1000)-12 125845 9530 ns/op
-BenchmarkShellSort/random(10000)-12 1502 790908 ns/op
-BenchmarkShellSort/ascending(10000)-12 17401 68595 ns/op
-BenchmarkShellSort/descending(10000)-12 9061 132463 ns/op
-BenchmarkShellSort/random(100000)-12 100 11297544 ns/op
-BenchmarkShellSort/ascending(100000)-12 1311 909844 ns/op
-BenchmarkShellSort/descending(100000)-12 705 1696059 ns/op
-BenchmarkMergeSort/random(1)-12 51213560 23.2 ns/op
-BenchmarkMergeSort/ascending(1)-12 49885765 24.0 ns/op
-BenchmarkMergeSort/descending(1)-12 52045089 23.8 ns/op
-BenchmarkMergeSort/random(10)-12 5548945 216 ns/op
-BenchmarkMergeSort/ascending(10)-12 5773369 207 ns/op
-BenchmarkMergeSort/descending(10)-12 5537724 218 ns/op
-BenchmarkMergeSort/random(100)-12 382633 3160 ns/op
-BenchmarkMergeSort/ascending(100)-12 424848 2798 ns/op
-BenchmarkMergeSort/descending(100)-12 430767 2875 ns/op
-BenchmarkMergeSort/random(1000)-12 15291 78268 ns/op
-BenchmarkMergeSort/ascending(1000)-12 32217 37163 ns/op
-BenchmarkMergeSort/descending(1000)-12 33654 35714 ns/op
-BenchmarkMergeSort/random(10000)-12 1138 1049027 ns/op
-BenchmarkMergeSort/ascending(10000)-12 2659 450463 ns/op
-BenchmarkMergeSort/descending(10000)-12 2793 426970 ns/op
-BenchmarkMergeSort/random(100000)-12 91 12698152 ns/op
-BenchmarkMergeSort/ascending(100000)-12 237 5045138 ns/op
-BenchmarkMergeSort/descending(100000)-12 253 4625460 ns/op
-BenchmarkBottomUpMergeSort/random(1)-12 51337423 23.3 ns/op
-BenchmarkBottomUpMergeSort/ascending(1)-12 49782834 23.8 ns/op
-BenchmarkBottomUpMergeSort/descending(1)-12 51987176 23.1 ns/op
-BenchmarkBottomUpMergeSort/random(10)-12 6412479 185 ns/op
-BenchmarkBottomUpMergeSort/ascending(10)-12 6866996 175 ns/op
-BenchmarkBottomUpMergeSort/descending(10)-12 7007492 171 ns/op
-BenchmarkBottomUpMergeSort/random(100)-12 441226 2731 ns/op
-BenchmarkBottomUpMergeSort/ascending(100)-12 506797 2370 ns/op
-BenchmarkBottomUpMergeSort/descending(100)-12 531980 2248 ns/op
-BenchmarkBottomUpMergeSort/random(1000)-12 18375 65393 ns/op
-BenchmarkBottomUpMergeSort/ascending(1000)-12 41853 28879 ns/op
-BenchmarkBottomUpMergeSort/descending(1000)-12 43447 27072 ns/op
-BenchmarkBottomUpMergeSort/random(10000)-12 1406 847700 ns/op
-BenchmarkBottomUpMergeSort/ascending(10000)-12 3405 351707 ns/op
-BenchmarkBottomUpMergeSort/descending(10000)-12 3678 327359 ns/op
-BenchmarkBottomUpMergeSort/random(100000)-12 100 10491347 ns/op
-BenchmarkBottomUpMergeSort/ascending(100000)-12 280 4237733 ns/op
-BenchmarkBottomUpMergeSort/descending(100000)-12 308 3889405 ns/op
-BenchmarkParallelMergeSort/random(1)-12 51079491 23.2 ns/op
-BenchmarkParallelMergeSort/ascending(1)-12 51485551 23.3 ns/op
-BenchmarkParallelMergeSort/descending(1)-12 52451577 22.8 ns/op
-BenchmarkParallelMergeSort/random(10)-12 5778379 208 ns/op
-BenchmarkParallelMergeSort/ascending(10)-12 6133795 196 ns/op
-BenchmarkParallelMergeSort/descending(10)-12 5884753 203 ns/op
-BenchmarkParallelMergeSort/random(100)-12 425317 2823 ns/op
-BenchmarkParallelMergeSort/ascending(100)-12 470197 2567 ns/op
-BenchmarkParallelMergeSort/descending(100)-12 463288 2559 ns/op
-BenchmarkParallelMergeSort/random(1000)-12 24284 50121 ns/op
-BenchmarkParallelMergeSort/ascending(1000)-12 41224 29380 ns/op
-BenchmarkParallelMergeSort/descending(1000)-12 41024 30052 ns/op
-BenchmarkParallelMergeSort/random(10000)-12 3810 318941 ns/op
-BenchmarkParallelMergeSort/ascending(10000)-12 6375 192611 ns/op
-BenchmarkParallelMergeSort/descending(10000)-12 6460 192708 ns/op
-BenchmarkParallelMergeSort/random(100000)-12 327 3683511 ns/op
-BenchmarkParallelMergeSort/ascending(100000)-12 582 2008277 ns/op
-BenchmarkParallelMergeSort/descending(100000)-12 650 1901811 ns/op
-BenchmarkQuickSort/random(1)-12 72292761 16.7 ns/op
-BenchmarkQuickSort/ascending(1)-12 62966443 18.6 ns/op
-BenchmarkQuickSort/descending(1)-12 70938814 17.0 ns/op
-BenchmarkQuickSort/random(10)-12 19279712 63.0 ns/op
-BenchmarkQuickSort/ascending(10)-12 35741108 34.2 ns/op
-BenchmarkQuickSort/descending(10)-12 13182141 91.0 ns/op
-BenchmarkQuickSort/random(100)-12 203592 5890 ns/op
-BenchmarkQuickSort/ascending(100)-12 411717 2906 ns/op
-BenchmarkQuickSort/descending(100)-12 363048 3293 ns/op
-BenchmarkQuickSort/random(1000)-12 14533 82609 ns/op
-BenchmarkQuickSort/ascending(1000)-12 35744 33438 ns/op
-BenchmarkQuickSort/descending(1000)-12 35011 34278 ns/op
-BenchmarkQuickSort/random(10000)-12 1203 999418 ns/op
-BenchmarkQuickSort/ascending(10000)-12 3343 359536 ns/op
-BenchmarkQuickSort/descending(10000)-12 3189 376077 ns/op
-BenchmarkQuickSort/random(100000)-12 98 11999977 ns/op
-BenchmarkQuickSort/ascending(100000)-12 301 3967846 ns/op
-BenchmarkQuickSort/descending(100000)-12 290 4117395 ns/op
-BenchmarkParallelQuickSort/random(1)-12 25789150 46.4 ns/op
-BenchmarkParallelQuickSort/ascending(1)-12 25822897 46.4 ns/op
-BenchmarkParallelQuickSort/descending(1)-12 25840588 46.4 ns/op
-BenchmarkParallelQuickSort/random(10)-12 2553927 470 ns/op
-BenchmarkParallelQuickSort/ascending(10)-12 2549085 472 ns/op
-BenchmarkParallelQuickSort/descending(10)-12 2555283 470 ns/op
-BenchmarkParallelQuickSort/random(100)-12 134710 8913 ns/op
-BenchmarkParallelQuickSort/ascending(100)-12 134775 8905 ns/op
-BenchmarkParallelQuickSort/descending(100)-12 134242 8902 ns/op
-BenchmarkParallelQuickSort/random(1000)-12 9840 120282 ns/op
-BenchmarkParallelQuickSort/ascending(1000)-12 9874 120290 ns/op
-BenchmarkParallelQuickSort/descending(1000)-12 9777 122471 ns/op
-BenchmarkParallelQuickSort/random(10000)-12 787 1497865 ns/op
-BenchmarkParallelQuickSort/ascending(10000)-12 805 1480583 ns/op
-BenchmarkParallelQuickSort/descending(10000)-12 807 1479967 ns/op
-BenchmarkParallelQuickSort/random(100000)-12 75 16360966 ns/op
-BenchmarkParallelQuickSort/ascending(100000)-12 73 16357520 ns/op
-BenchmarkParallelQuickSort/descending(100000)-12 72 16271690 ns/op
-BenchmarkQuick3WaySort/random(1)-12 25797298 46.4 ns/op
-BenchmarkQuick3WaySort/ascending(1)-12 25742936 46.6 ns/op
-BenchmarkQuick3WaySort/descending(1)-12 25745505 46.5 ns/op
-BenchmarkQuick3WaySort/random(10)-12 2526182 455 ns/op
-BenchmarkQuick3WaySort/ascending(10)-12 2630720 449 ns/op
-BenchmarkQuick3WaySort/descending(10)-12 2779174 432 ns/op
-BenchmarkQuick3WaySort/random(100)-12 151275 7864 ns/op
-BenchmarkQuick3WaySort/ascending(100)-12 156942 7696 ns/op
-BenchmarkQuick3WaySort/descending(100)-12 158992 7343 ns/op
-BenchmarkQuick3WaySort/random(1000)-12 13093 88764 ns/op
-BenchmarkQuick3WaySort/ascending(1000)-12 13512 85740 ns/op
-BenchmarkQuick3WaySort/descending(1000)-12 14120 82866 ns/op
-BenchmarkQuick3WaySort/random(10000)-12 1212 978004 ns/op
-BenchmarkQuick3WaySort/ascending(10000)-12 1254 951177 ns/op
-BenchmarkQuick3WaySort/descending(10000)-12 1293 927122 ns/op
-BenchmarkQuick3WaySort/random(100000)-12 100 10649151 ns/op
-BenchmarkQuick3WaySort/ascending(100000)-12 100 10448896 ns/op
-BenchmarkQuick3WaySort/descending(100000)-12 100 10284277 ns/op
+BenchmarkInsertionSort/random(1)-12 175829395 6.54 ns/op
+BenchmarkInsertionSort/ascending(1)-12 190567420 6.32 ns/op
+BenchmarkInsertionSort/descending(1)-12 176041646 7.12 ns/op
+BenchmarkInsertionSort/random(10)-12 32341962 36.7 ns/op
+BenchmarkInsertionSort/ascending(10)-12 86675529 13.5 ns/op
+BenchmarkInsertionSort/descending(10)-12 26027120 46.0 ns/op
+BenchmarkInsertionSort/random(100)-12 557670 2165 ns/op
+BenchmarkInsertionSort/ascending(100)-12 13175750 89.1 ns/op
+BenchmarkInsertionSort/descending(100)-12 282508 4425 ns/op
+BenchmarkInsertionSort/random(1000)-12 6430 193186 ns/op
+BenchmarkInsertionSort/ascending(1000)-12 1492078 783 ns/op
+BenchmarkInsertionSort/descending(1000)-12 3058 390335 ns/op
+BenchmarkInsertionSort/random(10000)-12 51 22959783 ns/op
+BenchmarkInsertionSort/ascending(10000)-12 140481 8610 ns/op
+BenchmarkInsertionSort/descending(10000)-12 21 52980508 ns/op
+BenchmarkInsertionSort/random(100000)-12 1 2728073089 ns/op
+BenchmarkInsertionSort/ascending(100000)-12 12235 100998 ns/op
+BenchmarkInsertionSort/descending(100000)-12 1 5504050026 ns/op
+BenchmarkSelectionSort/random(1)-12 172439624 6.92 ns/op
+BenchmarkSelectionSort/ascending(1)-12 183628741 6.85 ns/op
+BenchmarkSelectionSort/descending(1)-12 171152268 6.83 ns/op
+BenchmarkSelectionSort/random(10)-12 15117536 79.6 ns/op
+BenchmarkSelectionSort/ascending(10)-12 15729457 75.5 ns/op
+BenchmarkSelectionSort/descending(10)-12 16290612 75.0 ns/op
+BenchmarkSelectionSort/random(100)-12 145200 8222 ns/op
+BenchmarkSelectionSort/ascending(100)-12 151701 7928 ns/op
+BenchmarkSelectionSort/descending(100)-12 152956 7788 ns/op
+BenchmarkSelectionSort/random(1000)-12 1570 769691 ns/op
+BenchmarkSelectionSort/ascending(1000)-12 1686 725716 ns/op
+BenchmarkSelectionSort/descending(1000)-12 1772 655627 ns/op
+BenchmarkSelectionSort/random(10000)-12 15 70700679 ns/op
+BenchmarkSelectionSort/ascending(10000)-12 15 71041981 ns/op
+BenchmarkSelectionSort/descending(10000)-12 18 65729704 ns/op
+BenchmarkSelectionSort/random(100000)-12 1 7077422330 ns/op
+BenchmarkSelectionSort/ascending(100000)-12 1 7186102903 ns/op
+BenchmarkSelectionSort/descending(100000)-12 1 6602191864 ns/op
+BenchmarkShellSort/random(1)-12 144512665 8.03 ns/op
+BenchmarkShellSort/ascending(1)-12 163431818 7.67 ns/op
+BenchmarkShellSort/descending(1)-12 154335860 7.76 ns/op
+BenchmarkShellSort/random(10)-12 26174313 47.6 ns/op
+BenchmarkShellSort/ascending(10)-12 39127136 30.8 ns/op
+BenchmarkShellSort/descending(10)-12 29078704 41.5 ns/op
+BenchmarkShellSort/random(100)-12 1000000 1184 ns/op
+BenchmarkShellSort/ascending(100)-12 2209953 558 ns/op
+BenchmarkShellSort/descending(100)-12 1521178 785 ns/op
+BenchmarkShellSort/random(1000)-12 26097 46314 ns/op
+BenchmarkShellSort/ascending(1000)-12 145930 8254 ns/op
+BenchmarkShellSort/descending(1000)-12 88940 13116 ns/op
+BenchmarkShellSort/random(10000)-12 1537 772631 ns/op
+BenchmarkShellSort/ascending(10000)-12 10000 113140 ns/op
+BenchmarkShellSort/descending(10000)-12 6516 186076 ns/op
+BenchmarkShellSort/random(100000)-12 100 11310904 ns/op
+BenchmarkShellSort/ascending(100000)-12 838 1427170 ns/op
+BenchmarkShellSort/descending(100000)-12 511 2275370 ns/op
+BenchmarkMergeSort/random(1)-12 54464124 21.5 ns/op
+BenchmarkMergeSort/ascending(1)-12 57829666 21.0 ns/op
+BenchmarkMergeSort/descending(1)-12 54715368 22.1 ns/op
+BenchmarkMergeSort/random(10)-12 19212063 62.4 ns/op
+BenchmarkMergeSort/ascending(10)-12 27336379 43.3 ns/op
+BenchmarkMergeSort/descending(10)-12 15530558 77.2 ns/op
+BenchmarkMergeSort/random(100)-12 879757 1385 ns/op
+BenchmarkMergeSort/ascending(100)-12 1000000 1127 ns/op
+BenchmarkMergeSort/descending(100)-12 892587 1363 ns/op
+BenchmarkMergeSort/random(1000)-12 27909 42503 ns/op
+BenchmarkMergeSort/ascending(1000)-12 71377 16894 ns/op
+BenchmarkMergeSort/descending(1000)-12 61052 19537 ns/op
+BenchmarkMergeSort/random(10000)-12 1801 644537 ns/op
+BenchmarkMergeSort/ascending(10000)-12 5624 218946 ns/op
+BenchmarkMergeSort/descending(10000)-12 4670 258957 ns/op
+BenchmarkMergeSort/random(100000)-12 138 8607191 ns/op
+BenchmarkMergeSort/ascending(100000)-12 398 2967703 ns/op
+BenchmarkMergeSort/descending(100000)-12 361 3320076 ns/op
+BenchmarkBottomUpMergeSort/random(1)-12 62431948 19.8 ns/op
+BenchmarkBottomUpMergeSort/ascending(1)-12 65566830 18.5 ns/op
+BenchmarkBottomUpMergeSort/descending(1)-12 63887880 19.0 ns/op
+BenchmarkBottomUpMergeSort/random(10)-12 8203860 147 ns/op
+BenchmarkBottomUpMergeSort/ascending(10)-12 8347513 139 ns/op
+BenchmarkBottomUpMergeSort/descending(10)-12 8541512 140 ns/op
+BenchmarkBottomUpMergeSort/random(100)-12 539677 2261 ns/op
+BenchmarkBottomUpMergeSort/ascending(100)-12 628254 1937 ns/op
+BenchmarkBottomUpMergeSort/descending(100)-12 623906 1947 ns/op
+BenchmarkBottomUpMergeSort/random(1000)-12 21484 55834 ns/op
+BenchmarkBottomUpMergeSort/ascending(1000)-12 50140 23923 ns/op
+BenchmarkBottomUpMergeSort/descending(1000)-12 49174 24706 ns/op
+BenchmarkBottomUpMergeSort/random(10000)-12 1554 741154 ns/op
+BenchmarkBottomUpMergeSort/ascending(10000)-12 3745 304412 ns/op
+BenchmarkBottomUpMergeSort/descending(10000)-12 3799 310136 ns/op
+BenchmarkBottomUpMergeSort/random(100000)-12 130 9080550 ns/op
+BenchmarkBottomUpMergeSort/ascending(100000)-12 325 3673372 ns/op
+BenchmarkBottomUpMergeSort/descending(100000)-12 320 3701446 ns/op
+BenchmarkParallelMergeSort/random(1)-12 51023304 23.4 ns/op
+BenchmarkParallelMergeSort/ascending(1)-12 52750185 22.6 ns/op
+BenchmarkParallelMergeSort/descending(1)-12 50934229 23.6 ns/op
+BenchmarkParallelMergeSort/random(10)-12 20415697 57.2 ns/op
+BenchmarkParallelMergeSort/ascending(10)-12 26645816 44.2 ns/op
+BenchmarkParallelMergeSort/descending(10)-12 15296094 78.0 ns/op
+BenchmarkParallelMergeSort/random(100)-12 859732 1392 ns/op
+BenchmarkParallelMergeSort/ascending(100)-12 1000000 1144 ns/op
+BenchmarkParallelMergeSort/descending(100)-12 873516 1361 ns/op
+BenchmarkParallelMergeSort/random(1000)-12 34976 33824 ns/op
+BenchmarkParallelMergeSort/ascending(1000)-12 66238 18307 ns/op
+BenchmarkParallelMergeSort/descending(1000)-12 60866 20221 ns/op
+BenchmarkParallelMergeSort/random(10000)-12 4951 242229 ns/op
+BenchmarkParallelMergeSort/ascending(10000)-12 9547 131928 ns/op
+BenchmarkParallelMergeSort/descending(10000)-12 8394 152261 ns/op
+BenchmarkParallelMergeSort/random(100000)-12 399 3128028 ns/op
+BenchmarkParallelMergeSort/ascending(100000)-12 841 1463484 ns/op
+BenchmarkParallelMergeSort/descending(100000)-12 751 1582988 ns/op
+BenchmarkQuickSort/random(1)-12 83140568 14.4 ns/op
+BenchmarkQuickSort/ascending(1)-12 87380424 13.8 ns/op
+BenchmarkQuickSort/descending(1)-12 84388552 14.3 ns/op
+BenchmarkQuickSort/random(10)-12 23802664 50.4 ns/op
+BenchmarkQuickSort/ascending(10)-12 49150186 24.0 ns/op
+BenchmarkQuickSort/descending(10)-12 17183013 69.7 ns/op
+BenchmarkQuickSort/random(100)-12 271570 4391 ns/op
+BenchmarkQuickSort/ascending(100)-12 571533 2082 ns/op
+BenchmarkQuickSort/descending(100)-12 525945 2276 ns/op
+BenchmarkQuickSort/random(1000)-12 21068 56505 ns/op
+BenchmarkQuickSort/ascending(1000)-12 52918 22755 ns/op
+BenchmarkQuickSort/descending(1000)-12 51121 23495 ns/op
+BenchmarkQuickSort/random(10000)-12 1726 693966 ns/op
+BenchmarkQuickSort/ascending(10000)-12 4890 247088 ns/op
+BenchmarkQuickSort/descending(10000)-12 4672 257485 ns/op
+BenchmarkQuickSort/random(100000)-12 141 8259212 ns/op
+BenchmarkQuickSort/ascending(100000)-12 456 2624791 ns/op
+BenchmarkQuickSort/descending(100000)-12 436 2722957 ns/op
+BenchmarkParallelQuickSort/random(1)-12 92530198 13.1 ns/op
+BenchmarkParallelQuickSort/ascending(1)-12 98952063 12.1 ns/op
+BenchmarkParallelQuickSort/descending(1)-12 93733435 12.9 ns/op
+BenchmarkParallelQuickSort/random(10)-12 30446314 39.5 ns/op
+BenchmarkParallelQuickSort/ascending(10)-12 58052259 20.6 ns/op
+BenchmarkParallelQuickSort/descending(10)-12 20581158 58.1 ns/op
+BenchmarkParallelQuickSort/random(100)-12 326413 3680 ns/op
+BenchmarkParallelQuickSort/ascending(100)-12 670262 1788 ns/op
+BenchmarkParallelQuickSort/descending(100)-12 592947 1987 ns/op
+BenchmarkParallelQuickSort/random(1000)-12 21854 54959 ns/op
+BenchmarkParallelQuickSort/ascending(1000)-12 44461 27149 ns/op
+BenchmarkParallelQuickSort/descending(1000)-12 41055 29349 ns/op
+BenchmarkParallelQuickSort/random(10000)-12 1586 766393 ns/op
+BenchmarkParallelQuickSort/ascending(10000)-12 2184 572152 ns/op
+BenchmarkParallelQuickSort/descending(10000)-12 1951 618821 ns/op
+BenchmarkParallelQuickSort/random(100000)-12 100 10579863 ns/op
+BenchmarkParallelQuickSort/ascending(100000)-12 140 9011301 ns/op
+BenchmarkParallelQuickSort/descending(100000)-12 130 9522191 ns/op
+BenchmarkQuick3WaySort/random(1)-12 28357268 42.3 ns/op
+BenchmarkQuick3WaySort/ascending(1)-12 28340043 42.3 ns/op
+BenchmarkQuick3WaySort/descending(1)-12 28387131 41.2 ns/op
+BenchmarkQuick3WaySort/random(10)-12 2831386 410 ns/op
+BenchmarkQuick3WaySort/ascending(10)-12 3006122 386 ns/op
+BenchmarkQuick3WaySort/descending(10)-12 3059205 382 ns/op
+BenchmarkQuick3WaySort/random(100)-12 164184 7206 ns/op
+BenchmarkQuick3WaySort/ascending(100)-12 169861 7058 ns/op
+BenchmarkQuick3WaySort/descending(100)-12 169104 6898 ns/op
+BenchmarkQuick3WaySort/random(1000)-12 13833 85431 ns/op
+BenchmarkQuick3WaySort/ascending(1000)-12 14472 82611 ns/op
+BenchmarkQuick3WaySort/descending(1000)-12 14596 80337 ns/op
+BenchmarkQuick3WaySort/random(10000)-12 1231 972279 ns/op
+BenchmarkQuick3WaySort/ascending(10000)-12 1231 974442 ns/op
+BenchmarkQuick3WaySort/descending(10000)-12 1233 974387 ns/op
+BenchmarkQuick3WaySort/random(100000)-12 100 11467042 ns/op
+BenchmarkQuick3WaySort/ascending(100000)-12 100 11466935 ns/op
+BenchmarkQuick3WaySort/descending(100000)-12 100 11447770 ns/op
PASS
-ok _/Users/pbuetow/git/algorithms/sort 243.786s
+ok _/Users/pbuetow/git/algorithms/sort 248.498s