Skip to content

Commit

Permalink
ENH: NAV-181 - Benchmark on complete day
Browse files Browse the repository at this point in the history
- Use multi-day capability of router.
  • Loading branch information
munterfi committed Sep 13, 2024
1 parent aa5dc1b commit fdab42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/ch/naviqore/Benchmark.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ final class Benchmark {
* Limit in seconds after midnight for the departure time. Only allow early departure times, otherwise many
* connections crossing the complete schedule (region) are not feasible.
*/
private static final int DEPARTURE_TIME_LIMIT = 8 * 60 * 60;
private static final int DEPARTURE_TIME_LIMIT = 24 * 60 * 60;
private static final long RANDOM_SEED = 1234;
private static final int SAMPLE_SIZE = 10_000;

Expand Down

0 comments on commit fdab42a

Please sign in to comment.