Skip to content

Commit

Permalink
Merge pull request opentripplanner#5747 from Skanetrafiken/fix-skanet…
Browse files Browse the repository at this point in the history
…rafiken-performance-test

Fix skanetrafiken performance test
  • Loading branch information
habrahamsson-skanetrafiken authored Mar 14, 2024
2 parents 5edc5ae + 30afb70 commit ac3f2a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/performance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ jobs:
jfr-delay: "35s"
profile: core

# disabled due to https://github.com/opentripplanner/OpenTripPlanner/issues/5702
#- location: skanetrafiken
# iterations: 1
# jfr-delay: "50s"
# profile: core
- location: skanetrafiken
iterations: 1
jfr-delay: "50s"
profile: core

# extended locations that are run only after merging to dev-2.x

Expand Down
8 changes: 4 additions & 4 deletions test/performance/skanetrafiken/build-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@
"transitFeeds": [
{
"type": "netex",
"source": "https://ressapublic.blob.core.windows.net/ressapub/ST_netex.zip",
"source": "https://jpsapubdev.blob.core.windows.net/resesok-pub/ST_netex.zip",
"feedId": "ST"
},
{
"type": "gtfs",
"source": "https://ressapublic.blob.core.windows.net/ressapub/GTFS-filtered.zip",
"source": "https://jpsapubdev.blob.core.windows.net/resesok-pub/GTFS-filtered.zip",
"feedId": "DK"
}
],
"osm": [
{
"source": "https://ressapublic.blob.core.windows.net/ressapub/denmark-oresund.osm.pbf"
"source": "https://jpsapubdev.blob.core.windows.net/resesok-pub/denmark-oresund.osm.pbf"
},
{
"source": "https://ressapublic.blob.core.windows.net/ressapub/sweden-filtered.osm.pbf"
"source": "https://jpsapubdev.blob.core.windows.net/resesok-pub/sweden-filtered.osm.pbf"
}
]
}

0 comments on commit ac3f2a6

Please sign in to comment.