Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create benchmarking tool to compare web servers. #76

Open
starphys opened this issue Aug 1, 2023 · 0 comments
Open

Create benchmarking tool to compare web servers. #76

starphys opened this issue Aug 1, 2023 · 0 comments
Assignees
Labels
Mission Control Web development related

Comments

@starphys
Copy link
Contributor

starphys commented Aug 1, 2023

For now we just want to measure requests per second and response time for our backend to compare the Express implementation to the Fastify implementation.

There are a lot of tools for this already, but we want a custom tool that simulates the mission control loop (POST a different commands object each time, regularly GET to update the status).

We only need to test /drive, but it would be great to be able to specify which endpoints and which server we're testing with on the fly (so bind it to a global variable or something).

@starphys starphys added the Mission Control Web development related label Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mission Control Web development related
Projects
Status: No status
Development

No branches or pull requests

2 participants