Skip to content

Commit

Permalink
update bmark CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo committed Dec 17, 2023
1 parent fc72ab5 commit dcb5558
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bmark_M1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
result-encoding: string
script: |
const fs = require('fs');
return "### Benchmark Summary\n\n" + fs.readFileSync("${{ github.workspace }}/${{ github.sha }}.md", "utf8").toString();
return fs.readFileSync("${{ github.workspace }}/${{ github.sha }}.md", "utf8").toString();
- name: Comment in PR
uses: thollander/actions-comment-pull-request@v2
with:
Expand Down
1 change: 0 additions & 1 deletion benchmark/tune.json

This file was deleted.

0 comments on commit dcb5558

Please sign in to comment.