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 cb5545d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,10 @@ 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

result:
runs-on: ubuntu-latest
timeout-minutes: 60
needs: [ CI ]
steps:
- name: Build Result
run: echo "Just to make the GitHub merge button green"
- name: Show benchmark result
run: cat test/benchmark/report/combined_benchmark.json

0 comments on commit cb5545d

Please sign in to comment.