DEV Community

Discussion on: PHP frameworks test

Collapse
 
pixelbot profile image
pixelbot

Hi, Daniel, thanks for reply.

For test I wrote a script, which added 1 new connection every 10 seconds. 1 connection is about 10 requests per second. The script also outputs data to a file. Then another script parses the file and aggregates data. Than my hands put data into Google Sheets :).
After that I choose maximum result without errors and latency increase for every framework.
It's very time consuming, that's one of the reasons I did not put the code on github - I wanted to see I anybody is interested in these kinds of tests - before putting in more work.

Collapse
 
elcotu profile image
Daniel Coturel

Well I'm interested!
If you put the code in GitHub I'll definitively contribute to improve it.
Saludos,