diff --git a/.github/workflows/debug-client.yml b/.github/workflows/debug-client.yml
index 3c87e1c1b5c..82777ea22c6 100644
--- a/.github/workflows/debug-client.yml
+++ b/.github/workflows/debug-client.yml
@@ -41,7 +41,7 @@ jobs:
working-directory: client
run: |
npm install
- npm run build -- --base https://cdn.jsdelivr.net/gh/opentripplanner/debug-client-assets@main/${VERSION}/
+ npm run build -- --base https://www.opentripplanner.org/debug-client-assets/${VERSION}/
npm run coverage
- name: Deploy compiled assets to repo
diff --git a/.github/workflows/performance-test.yml b/.github/workflows/performance-test.yml
index 5e55e158a6f..d4376c242c5 100644
--- a/.github/workflows/performance-test.yml
+++ b/.github/workflows/performance-test.yml
@@ -91,7 +91,7 @@ jobs:
cp otp-shaded/target/otp-shaded-*-SNAPSHOT.jar otp.jar
java -Xmx32G -jar otp.jar --build --save test/performance/${{ matrix.location }}/
- - name: Run speed test
+ - name: Run RAPTOR speed test
if: matrix.profile == 'core' || github.ref == 'refs/heads/dev-2.x'
env:
PERFORMANCE_INFLUX_DB_PASSWORD: ${{ secrets.PERFORMANCE_INFLUX_DB_PASSWORD }}
@@ -113,3 +113,12 @@ jobs:
with:
name: ${{ matrix.location }}-flight-recorder
path: application/${{ matrix.location }}-speed-test.jfr
+
+ - name: Run transfer cache speed test
+ if: matrix.profile == 'core' || github.ref == 'refs/heads/dev-2.x'
+ env:
+ PERFORMANCE_INFLUX_DB_PASSWORD: ${{ secrets.PERFORMANCE_INFLUX_DB_PASSWORD }}
+ SPEEDTEST_LOCATION: ${{ matrix.location }}
+ MAVEN_OPTS: "-Xmx50g -Dmaven.repo.local=/home/lenni/.m2/repository/"
+ run: |
+ mvn --projects application exec:java -Dexec.mainClass="org.opentripplanner.transit.speed_test.TransferCacheTest" -Dexec.classpathScope=test -Dexec.args="--dir=test/performance/${{ matrix.location }}"
diff --git a/application/pom.xml b/application/pom.xml
index 1efe110a583..69dfc596033 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -296,7 +296,7 @@
org.onebusaway
onebusaway-gtfs
- 5.0.0
+ 5.0.2
diff --git a/application/src/client/index.html b/application/src/client/index.html
index d3dd8544a53..0e8f974de9e 100644
--- a/application/src/client/index.html
+++ b/application/src/client/index.html
@@ -5,10 +5,10 @@
OTP Debug
-
-
+
+
-