From b9f407aef73dd5773638a4ce1690737209318be8 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Sat, 19 Aug 2023 16:22:21 +0530 Subject: chore: fix bench ci (#20208) --- .github/workflows/ci.generate.ts | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index 77e34b102..4ac3495ba 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 f97816325..0b498c8e1 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 -- cgit v1.2.3