Skip to content

Commit

Permalink
Set up JMeter
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Feb 1, 2025
1 parent b666087 commit 58fec9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ jobs:
with:
distribution: 'temurin'
java-version: 21
- name: Install JMeter
run: |
curl https://dlcdn.apache.org//jmeter/binaries/apache-jmeter-5.6.3.tgz --output /tmp/apache-jmeter-5.6.3.tgz
tar -xvf /tmp/apache-jmeter-5.6.3.tgz
JMETER_HOME=/tmp/apache-jmeter-5.6.3
- run: ./gradlew benchmark

0 comments on commit 58fec9e

Please sign in to comment.