We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14114b8 commit ec538c9Copy full SHA for ec538c9
.github/workflows/benchmark.yml
@@ -2,7 +2,7 @@ name: benchmark
2
3
on: [workflow_dispatch]
4
jobs:
5
- build:
+ benchmark:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v4
@@ -15,6 +15,6 @@ jobs:
15
run: |
16
curl https://dlcdn.apache.org//jmeter/binaries/apache-jmeter-5.6.3.tgz --output /tmp/apache-jmeter-5.6.3.tgz
17
tar -xvf /tmp/apache-jmeter-5.6.3.tgz
18
- - run: ./gradlew benchmark
+ - run: ./gradlew benchmark --info
19
env:
20
JMETER_HOME: /tmp/apache-jmeter-5.6.3
0 commit comments