Skip to content

Commit

Permalink
Lower benchmark row count to make gh actions happy
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-psaha committed Jun 25, 2024
1 parent 3b675fa commit 789bcc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class InsertRowsBenchmarkTest {
private SnowflakeStreamingIngestChannelInternal<?> channel;
private SnowflakeStreamingIngestClientInternal<?> client;

@Param({"1000000"})
@Param({"100000"})
private int numRows;

@Setup(Level.Trial)
Expand Down

0 comments on commit 789bcc9

Please sign in to comment.