Skip to content

benc-uk/hey-frontend

Repository files navigation

Hey Frontend

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

Screenshot

Running Locally

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)

Running in Docker

Container image is hosted publicly on GitHub Registry, run with

docker run -d -p 3000:3000 ghcr.io/benc-uk/hey-frontend:latest