From 136e0af96cb1ba1880f8d3d61eeb4ca674e3ab2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=99=E4=B8=AA=E5=90=8D=E5=AD=97=E4=B8=8D=E7=9F=A5?= =?UTF-8?q?=E9=81=93=E8=83=BD=E4=B8=8D=E8=83=BD=E4=BF=AE=E6=94=B9?= Date: Fri, 14 Feb 2025 20:36:09 +0800 Subject: [PATCH] ghz: Add version 0.120.0 (#6417) Co-authored-by: Hsiao-nan Cheung --- bucket/ghz.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bucket/ghz.json diff --git a/bucket/ghz.json b/bucket/ghz.json new file mode 100644 index 0000000000..2eb7ad20ec --- /dev/null +++ b/bucket/ghz.json @@ -0,0 +1,25 @@ +{ + "version": "0.120.0", + "description": "Simple gRPC benchmarking and load testing tool", + "homepage": "https://ghz.sh", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/bojand/ghz/releases/download/v0.120.0/ghz-windows-x86_64.zip", + "hash": "c2f4404c2f8f98d4a69b238c982accafe5dcc6dc732c7cd1f1cd128bf2ac985e" + } + }, + "bin": [ + "ghz.exe", + "ghz-web.exe" + ], + "checkver": { + "github": "https://github.com/bojand/ghz/" + }, + "autoupdate": { + "url": "https://github.com/bojand/ghz/releases/download/v$version/ghz-windows-x86_64.zip", + "hash": { + "url": "$url.sha256" + } + } +}