Skip to content

Commit

Permalink
ci: Fixed benchmark results path
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Jan 29, 2023
1 parent adcc40e commit 6af86ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
if: github.repository == 'redis-field-engineering/redis-sidecar' && startsWith(github.event.head_commit.message, 'Releasing version') != true
uses: redis-field-engineering/redis-github-workflows/.github/workflows/benchmark.yml@main
with:
jmh-results-path: core/redis-sidecar-jdbc/build/results/jmh/results.txt
jmh-results-path: core/redis-sidecar-test/build/results/jmh/results.txt
secrets:
github-token: ${{ secrets.GIT_ACCESS_TOKEN }}

0 comments on commit 6af86ab

Please sign in to comment.