oha: Add version 0.5.3 (#3842)

* Add oha load tester

* Comply with contribution guidelines

* Apply suggestions from code review

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

* Update bucket/oha.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
Christoph Loy 2022-08-23 10:38:33 +01:00 committed by GitHub
parent a783130272
commit ad2e92c50d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/oha.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "0.5.3",
"description": "Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation",
"homepage": "https://github.com/hatoo/oha",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/hatoo/oha/releases/download/v0.5.3/oha-windows-amd64.exe#/oha.exe",
"hash": "2301809346342c7e5f6782d5ad605f1c6822b2f6cb02368138e54b1582eeb5a5"
}
},
"bin": "oha.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/hatoo/oha/releases/download/v$version/oha-windows-amd64.exe#/oha.exe"
}
}
}
}