Skip to content

Commit

Permalink
update benmark.yaml from using benchmark action to just cat result.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Assassin718 committed Jul 21, 2024
1 parent 9d700f5 commit 49812f9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,8 @@ jobs:
WITHOUTGDB: ON
run: make benchmark

- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
with:
name: benchmark
tool: "customSmallerIsBetter"
output-file-path: "test/benchmark/report/combined_benchmark.json"
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true
- name: Show benchmark result
run: cat test/benchmark/report/combined_benchmark.json

result:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 49812f9

Please sign in to comment.