Skip to content

Commit 1f1d3d1

Browse files
committed
ci: upgrade hyperfine to 1.19.0
1 parent a237ad3 commit 1f1d3d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install hyperfine
4141
env:
4242
REPO: https://github.com/sharkdp/hyperfine
43-
VERSION: '1.11.0'
43+
VERSION: '1.19.0'
4444
run: |
4545
mkdir -p HYPERFINE.tmp
4646
archive_name="hyperfine-v${VERSION}-x86_64-unknown-linux-gnu"

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ jobs:
548548
- name: Install hyperfine
549549
env:
550550
REPO: https://github.com/sharkdp/hyperfine
551-
VERSION: '1.11.0'
551+
VERSION: '1.19.0'
552552
run: |
553553
mkdir -p HYPERFINE.tmp
554554
archive_name="hyperfine-v${VERSION}-x86_64-unknown-linux-gnu"

0 commit comments

Comments
 (0)