Skip to content

Commit

Permalink
AbstractSchemaPerformanceTest: DEFAULT_EXECUTION returned to 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed May 4, 2021
1 parent 99cae57 commit fe9ff5f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ public class AbstractSchemaPerformanceTest extends AbstractUnitTest implements P

public static final File RESULTS_FILE = new File("target/results.csv");

public static final int DEFAULT_EXECUTION = 3;
public static final int DEFAULT_EXECUTION = 3000;
public static final int DEFAULT_REPEATS = 5;
protected static final String NS_FOO = "http://www.example.com/foo";

Expand Down

0 comments on commit fe9ff5f

Please sign in to comment.