Skip to content

Commit

Permalink
increase rowCount to 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Dec 3, 2023
1 parent 1870095 commit a0b344a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class RowSetSuite extends KyuubiFunSuite {
}

test("to row set benchmark") {
val rowCount = 1000
val rowCount = 3000
val allRows = (0 until rowCount).map(genRow)

def benchmarkToTRowSet(
Expand Down

0 comments on commit a0b344a

Please sign in to comment.