Skip to content

Commit

Permalink
Jmeterbenchmark
Browse files Browse the repository at this point in the history
test jmeter benchmarking

Signed-off-by: ruzell22 <[email protected]>
  • Loading branch information
ruzell22 committed Dec 19, 2023
1 parent f2e04ea commit 43dd785
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/jmeter-benchmarking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
- name: Run benchmark
run: cd examples/benchmarkjs && npm install && node bench.js | tee output.txt

- name: Commit changes
run: |
git add examples/benchmarkjs/package.json
git commit -m "Committing changes to package.json"
# if: github.event_name == 'push'

- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
with:
Expand Down

0 comments on commit 43dd785

Please sign in to comment.