Fix(bench): wrong location (#2932)

* Update commentBenchResult.yml

* ci: fix ext

* refactor(bench): better table
This commit is contained in:
Jonathan Ho
2023-04-01 23:27:54 +00:00
committed by GitHub
parent 6359972e38
commit 9c7b2b832e
5 changed files with 124 additions and 186 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ jobs:
- name: Generate Message
id: genMessage
run: |
MESSAGE=$(deno run -A performance/generateMessage.ts)
MESSAGE=$(deno run -A scripts/generateMessage.js)
echo "MESSAGE<<EOF" >> $GITHUB_ENV
echo "$MESSAGE" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV