Skip to content

Commit ec538c9

Browse files
committed
--info 🤔
1 parent 14114b8 commit ec538c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: benchmark
22

33
on: [workflow_dispatch]
44
jobs:
5-
build:
5+
benchmark:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
@@ -15,6 +15,6 @@ jobs:
1515
run: |
1616
curl https://dlcdn.apache.org//jmeter/binaries/apache-jmeter-5.6.3.tgz --output /tmp/apache-jmeter-5.6.3.tgz
1717
tar -xvf /tmp/apache-jmeter-5.6.3.tgz
18-
- run: ./gradlew benchmark
18+
- run: ./gradlew benchmark --info
1919
env:
2020
JMETER_HOME: /tmp/apache-jmeter-5.6.3

0 commit comments

Comments
 (0)