We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad73ae commit ebac78fCopy full SHA for ebac78f
src/main/scala/benchmark/Benchmark Results
@@ -0,0 +1,5 @@
1
+[info] Benchmark Mode Cnt Score Error Units
2
+[info] SortingBenchmark.benchmarkBubbleSort avgt 5 0.129 ± 0.020 ms/op
3
+[info] SortingBenchmark.benchmarkCountingSort avgt 5 0.004 ± 0.001 ms/op
4
+[info] SortingBenchmark.benchmarkHeapSort avgt 5 0.068 ± 0.003 ms/op
5
+[info] SortingBenchmark.benchmarkInsertionSort avgt 5 0.029 ± 0.002 ms/op
0 commit comments