Skip to content

Commit

Permalink
test: SeamFinderTests 10 -> 25 NUM_TRIALS
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlin1 committed Jan 16, 2023
1 parent 56ad2ca commit f86d3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/seamfinding/SeamFinderTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class RuntimeExperiments {
/**
* Number of trials to per implementation run. Making this smaller means experiments run faster.
*/
private static final int NUM_TRIALS = 10;
private static final int NUM_TRIALS = 25;

@Test
void randomPictures() {
Expand Down

0 comments on commit f86d3b2

Please sign in to comment.