mirror of
https://github.com/denoland/deno.git
synced 2025-01-14 10:01:51 -05:00
chore: fix bench ci (#20208)
This commit is contained in:
parent
9771a9e825
commit
1631ffa332
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.generate.ts
vendored
2
.github/workflows/ci.generate.ts
vendored
|
@ -506,7 +506,7 @@ const ci = {
|
||||||
"then",
|
"then",
|
||||||
" node -v",
|
" node -v",
|
||||||
// Install benchmark tools.
|
// Install benchmark tools.
|
||||||
installBenchTools,
|
" " + installBenchTools,
|
||||||
"fi",
|
"fi",
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
},
|
},
|
||||||
|
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -300,7 +300,7 @@ jobs:
|
||||||
if [ "${{ matrix.job }}" == "bench" ]
|
if [ "${{ matrix.job }}" == "bench" ]
|
||||||
then
|
then
|
||||||
node -v
|
node -v
|
||||||
./tools/install_prebuilt.js wrk hyperfine
|
./tools/install_prebuilt.js wrk hyperfine
|
||||||
fi
|
fi
|
||||||
if: '!(github.event_name == ''pull_request'' && matrix.skip_pr)'
|
if: '!(github.event_name == ''pull_request'' && matrix.skip_pr)'
|
||||||
- name: Cache Cargo home
|
- name: Cache Cargo home
|
||||||
|
|
Loading…
Reference in a new issue