UNPKG

autocannon-app

Version:
35 lines (20 loc) 769 B
# autocannon-app A web app based on [autocannon](https://github.com/mcollina/autocannon) - customize autocannon's config - test history tracking - test transaction flexible control # Preview <img width="800" alt="image" src="https://user-images.githubusercontent.com/102238922/211304533-74d886fe-e22b-4386-9104-e3d45ee90499.png"> <img width="800" alt="image" src="https://user-images.githubusercontent.com/102238922/211304648-9d873e49-6861-469f-a130-7f684db5b70e.png"> ## Install ```shell $ npm i autocannon-app -g ``` ## Start App 1. Execute command below: ```shell cannon --port={your port, default 8080} ``` 2. Then visit `http://127.0.0.1:{your port}` in browser ## Where to store data > All the config and test datas are stored in web `localStorage`