Skip to content

Commit

Permalink
channel capacity changed to be a parameter of the benchmark
Browse files Browse the repository at this point in the history
Signed-off-by: Laszlo Hornyak <[email protected]>
  • Loading branch information
K0zka committed Jul 30, 2024
1 parent 1618cca commit a67efbf
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ open class ResortBenchmark {
}
when (implementation) {
"array" -> {

sortedList = ArrayList(sortedList)
shuffledList = ArrayList(shuffledList)
singleItemChanged = ArrayList(singleItemChanged)
}

"linked" -> {
Expand Down

0 comments on commit a67efbf

Please sign in to comment.