From b09ff7764f120f62ee9553b6578cc4aae88e3922 Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Thu, 12 Dec 2024 15:51:50 +0100 Subject: [PATCH] Run speed test on branch --- .github/workflows/performance-test.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/performance-test.yml b/.github/workflows/performance-test.yml index 1ec537a0b4f..62ed81243dc 100644 --- a/.github/workflows/performance-test.yml +++ b/.github/workflows/performance-test.yml @@ -4,6 +4,7 @@ on: push: branches: - dev-2.x + - mode-limited-transfers jobs: perf-test: @@ -42,22 +43,22 @@ jobs: - location: hamburg # German city iterations: 1 jfr-delay: "50s" - profile: extended + profile: core - location: baden-wuerttemberg # German state of Baden-Württemberg: https://en.wikipedia.org/wiki/Baden-W%C3%BCrttemberg iterations: 1 jfr-delay: "50s" - profile: extended + profile: core - location: switzerland iterations: 1 jfr-delay: "50s" - profile: extended + profile: core - location: washington-state iterations: 1 jfr-delay: "20s" - profile: extended + profile: core steps: - uses: actions/checkout@v4