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 12, 2023
1 parent d9f30ca commit 6afcdf0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/jmeter-benchmarking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Run benchmark
run: cd examples/benchmarkjs && npm install && node bench.js | tee output.txt

# - name: Store benchmark result
# uses: benchmark-action/github-action-benchmark@v1
# with:
# tool: 'benchmarkjs'
# output-file-path: examples/benchmarkjs/output.txt
# github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
with:
tool: 'benchmarkjs'
output-file-path: examples/benchmarkjs/output.txt
github-token: ${{ secrets.GITHUB_TOKEN }}


# - name: Store benchmark result
Expand Down

0 comments on commit 6afcdf0

Please sign in to comment.