From ad2e92c50d5a6d55937d696757f6c7229e250a27 Mon Sep 17 00:00:00 2001 From: Christoph Loy Date: Tue, 23 Aug 2022 10:38:33 +0100 Subject: [PATCH] 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> --- bucket/oha.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/oha.json diff --git a/bucket/oha.json b/bucket/oha.json new file mode 100644 index 0000000000..9a1b3dfd16 --- /dev/null +++ b/bucket/oha.json @@ -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" + } + } + } +}