mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
use my jmeter
This commit is contained in:
parent
2547e0543a
commit
a9b09406fa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/run-jmeter-test.yml
vendored
4
.github/workflows/run-jmeter-test.yml
vendored
|
@ -6,11 +6,11 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Jmeter
|
- name: Setup Jmeter
|
||||||
uses: tush-tr/setup-jmeter@v1.1.0
|
uses: Rodi26/setup-jmeter@v0.0.1
|
||||||
- name: Run Jmeter
|
- name: Run Jmeter
|
||||||
run: jmeter -n -t src/test/jmeter/petclinic_test_plan.jmx -l reports/results.jtl
|
run: jmeter -n -t src/test/jmeter/petclinic_test_plan.jmx -l reports/results.jtl
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue