1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 01:29:14 -05:00

chore: fix bench ci (#20208)

This commit is contained in:
Divy Srivastava 2023-08-19 16:22:21 +05:30
parent 9771a9e825
commit 1631ffa332
2 changed files with 2 additions and 2 deletions

View file

@ -506,7 +506,7 @@ const ci = {
"then",
" node -v",
// Install benchmark tools.
installBenchTools,
" " + installBenchTools,
"fi",
].join("\n"),
},

View file

@ -300,7 +300,7 @@ jobs:
if [ "${{ matrix.job }}" == "bench" ]
then
node -v
./tools/install_prebuilt.js wrk hyperfine
./tools/install_prebuilt.js wrk hyperfine
fi
if: '!(github.event_name == ''pull_request'' && matrix.skip_pr)'
- name: Cache Cargo home