Skip to content

Commit d229276

Browse files
committed
tweak Overlapping performance test
1 parent a10c495 commit d229276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/performance/OverlappingFieldValidationPerformance.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static class MyState {
5353
GraphQLSchema schema2;
5454
Document document;
5555

56-
@Param({"100", "1000"})
56+
@Param({"100"})
5757
int size;
5858

5959
Document overlapFrag;

0 commit comments

Comments
 (0)