Skip to content

Commit

Permalink
Set transit service periods for speed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Aug 8, 2023
1 parent 345c299 commit 311896a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ public static void assertTestDateHasData(
numberOfPatternForTestDate,
config.testDate,
buildConfig.transitServiceStart,
buildConfig.transitServiceEnd,
OtpFileNames.BUILD_CONFIG_FILENAME,
buildConfig.transitServiceEnd,
OtpFileNames.BUILD_CONFIG_FILENAME
)
);
Expand Down
2 changes: 2 additions & 0 deletions test/performance/baden-wuerttemberg/build-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"transitServiceStart": "2022-01-01",
"transitServiceEnd": "2022-12-31",
"osmDefaults": {
"osmTagMapping": "germany",
"timeZone": "Europe/Berlin"
Expand Down
2 changes: 2 additions & 0 deletions test/performance/germany/build-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"transitServiceStart": "2022-01-01",
"transitServiceEnd": "2022-12-31",
"transitFeeds": [
{
"type": "gtfs",
Expand Down
2 changes: 2 additions & 0 deletions test/performance/switzerland/build-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"transitServiceStart": "2022-01-01",
"transitServiceEnd": "2022-12-31",
"osmDefaults": {
"osmTagMapping": "germany",
"timeZone": "Europe/Berlin"
Expand Down
2 changes: 2 additions & 0 deletions test/performance/washington-state/build-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"transitServiceStart": "2022-01-01",
"transitServiceEnd": "2022-12-31",
"transitModelTimeZone": "America/Los_Angeles",
"transitFeeds": [
{
Expand Down

0 comments on commit 311896a

Please sign in to comment.