summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2023-08-19 16:22:21 +0530
committerGitHub <noreply@github.com>2023-08-19 16:22:21 +0530
commitb9f407aef73dd5773638a4ce1690737209318be8 (patch)
treec02ae9b6be660c42f9107eb7995b6da6e73e61a9 /.github/workflows/ci.yml
parentc2259f78eb8180731bb562740695ab6e58c790e7 (diff)
chore: fix bench ci (#20208)
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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