A project to explore testing frameworks in node
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Give examples
Visit one of the lewis_ folders, such as:
cd lewis_express
and run:
node .\app.js
Run a default test for test seconds, 1 pipeline
autocannon -d 10 -c 10 -p 1 http://localhost:3000/
Run a default test for test seconds, 100 pipelines
autocannon -d 10 -c 100 -p 100 http://localhost:3000/
- express - web server
- fastify - web server
- autocannon - Used to generate load tests
Send a merge request.
- Seann Alexander - Initial work - seanalexander
This project is licensed under the Apache License 2.0 - see the LICENSE file for details