ghz: Add version 0.120.0 (#6417)

Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
这个名字不知道能不能修改 2025-02-14 20:36:09 +08:00 committed by GitHub
parent 9c588556e3
commit 136e0af96c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

25
bucket/ghz.json Normal file
View File

@ -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"
}
}
}