Skip to content

Commit

Permalink
Run speed test on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Dec 12, 2024
1 parent 7aa1baf commit b09ff77
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/performance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- dev-2.x
- mode-limited-transfers

jobs:
perf-test:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b09ff77

Please sign in to comment.