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

Add integration test for benchmarking #15

Open
NullHypothesis opened this issue May 12, 2023 · 0 comments
Open

Add integration test for benchmarking #15

NullHypothesis opened this issue May 12, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@NullHypothesis
Copy link
Contributor

NullHypothesis commented May 12, 2023

We currently have no easy-to-use test to measure the requests per second that nitriding can sustain. This is important because we occasionally change the networking code and we ought to make sure that we don't make things slower.

A good place to start would be this directory, which contains a lightweight Web server, Dockerfiles, and a Makefile to run a stress test. Ideally, we would run the stress test for each relevant commit and record the results, allowing us to learn if new commits change things for better or worse.

@NullHypothesis NullHypothesis added the enhancement New feature or request label May 12, 2023
@rillian rillian self-assigned this May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants