Skip to content

Commit 6951637

Browse files
1000000 is too much
... for these tests.
1 parent 7b7d17e commit 6951637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxjava-core/src/perf/java/rx/operators/OperatorMergePerf.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class OperatorMergePerf {
4242
@State(Scope.Thread)
4343
public static class Input extends InputWithIncrementingInteger {
4444

45-
@Param({ "1", "1000", "1000000" })
45+
@Param({ "1", "1000" })
4646
public int size;
4747

4848
@Override

0 commit comments

Comments
 (0)