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 fdc247e commit d9f30ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/jmeter-benchmarking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ 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
# - 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
Expand Down
1 change: 0 additions & 1 deletion examples/benchmarkjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "rhysd <[email protected]> (https://rhysd.github.io/)",
"license": "MIT",
"devDependencies": {
"benchmark": "^2.1.4"
Expand Down

0 comments on commit d9f30ca

Please sign in to comment.