Skip to content

Commit

Permalink
test jmeter benchmarking
Browse files Browse the repository at this point in the history
Signed-off-by: ruzell22 <[email protected]>
  • Loading branch information
ruzell22 committed Nov 21, 2023
1 parent a37fdce commit b006f5e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/jmeter-benchmarking.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
name: Minimal setup
on:
push:
pull_request:
branches:
- main

jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'

- name: Create benchmark-results.json
run: echo '[]' > benchmark-results.json #ensure that the file exists

- name: Continuous Benchmark
uses: benchmark-action/[email protected]
with:
tool: jmh
output-file-path: benchmark-results.json

# jobs:
# benchmark:
Expand Down

0 comments on commit b006f5e

Please sign in to comment.