Skip to content

Commit

Permalink
gh-30 fix bench
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknow0 committed Mar 24, 2024
1 parent e880a9a commit 1b5a65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
components: native-image
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: bench
run: java -jar unknow-server-bench/target/benchmark.jar > bench.log
run: java -jar benchmark.jar > bench.log
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit 1b5a65f

Please sign in to comment.