Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class SorterSuite extends FunSuite {
* here is mainly to have the code. Running multiple tests within the same JVM session would
* prevent JIT inlining overridden methods and hence hurt the performance.
*/
test("Sorter benchmark for primitive int array") {
ignore("Sorter benchmark for primitive int array") {
val numElements = 25000000 // 25 mil
val rand = new XORShiftRandom(123)

Expand Down