This is a web frontend for the 'hey' HTTP load generation utility
It provides a means to both run hey
, and then display report with charts of the results
The server is written in Node.js, start with the following. The server will listen on port 3000
yarn install
yarn start
(You can use npm instead of yarn if you're old fashioned)
Container image is hosted publicly on GitHub Registry, run with
docker run -d -p 3000:3000 ghcr.io/benc-uk/hey-frontend:latest