From 1631ffa332c8a17d10de41f330a4f5c3a448167e Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Sat, 19 Aug 2023 16:22:21 +0530 Subject: [PATCH] chore: fix bench ci (#20208) --- .github/workflows/ci.generate.ts | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index 77e34b102a..4ac3495ba1 100755 --- a/.github/workflows/ci.generate.ts +++ b/.github/workflows/ci.generate.ts @@ -506,7 +506,7 @@ const ci = { "then", " node -v", // Install benchmark tools. - installBenchTools, + " " + installBenchTools, "fi", ].join("\n"), }, diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f978163255..0b498c8e17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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