-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support HTTP frameworks #7
Comments
working in a simple poc with k6 |
I did a POC where we can run many kind of load tests may we can do it using autocannon but i think we will have a little of work there PTAL at test.js file, I commented all lines to maintain the POC pretty explainable i did an separated repo to open it for discussion, changes and etc, so when approved i can plug it into this repository repository here |
Can you paste the output example here? I'm not sure that using docker is a good option for this project as we'd like to be cross-platform and plug & play. IIRC docker is a mess on OSX and Windows. However, we could make it optional behind a flag (--http), we just need to make sure the results are consistent between runs, so if you want to make a PR we could measure it |
As I wrote in 970d2d7. Benchmarking HTTP is more complicated than just running
autocannon
. I believe we should create an option for this script such as:$ node index.js HTTP
to focus only on the HTTP benchmark, then use a different algorithm to collect reliable results.
The text was updated successfully, but these errors were encountered: