Conversation
|
Hi. Do you have some benchmarks from your local in comparison with Lumen? We tested this benchmark project and it seems it is influenced by the order of the bench-marked frameworks from the config. So best would be to run one framework at a time and record first test because subsequent tests are faster. |
Hello, okay, here are independent results of lumen-10.0 and nette3.3 (used |
|
Nice 28.5% faster. |
|
This PR fail with Nette: PD: seems that the response only send 33 bytes, not the 34 bytes to pass the tests |
|
Normally when fail show: But Nette show: The https://github.com/myaaghubi/PHP-Frameworks-Bench/blob/main/libs/output_data.php#L4 |
f8ca69f to
e6a7522
Compare
|
@raneomik make sure to check the output format for the |
89b9019 to
7e1c82d
Compare
hi, sorry for being so inactive here, it sort of slipped out of my mind with job and holidays... I don't understand why in CI it doesn't have this new line mentioned by @joanhey, locally I don't see any issue... :
I launch it with docker-apache.sh, there are no notable differences between its configuration and the one in github actions ? update : just tested with plain apache, and I indeed had the debug bar included : but with the new line, and once disabled, it passes well ...: according to the CI result, it seems ok now |
|
Plz use a controller to print/return Hello World |
|
@myaaghubi I think that more frameworks return the "Hello world!" not in the controller. I think that is correct that you ask that the string "Hello world!" come from the controller, not the router. Happy new year !!!! |
Nette framework addition - readme & config correct dir version name
Hello, I think so too, so it's been adapted using nette's "presenter", their equivalent for controllers. It just needed the Happy new year ! |
|
I spent hours fixing it. It would/should be fixed by tweaking the presenter. |
Nice work 👏 good to know that adding the default template fixes it to what it supposed to do.
I removed the config files so there will be those generated on the framework install - is it ok or should I add some minimalistic config ? Also moved sudo to delete all in the root, as in _benchmark dir it's not supposed to have anything generated by the server. |

Nette framework addition suggestion