You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nbrady-techempower sure, just did! One question: if the benchmark only uses POST or GET, MAP could be replaced by the selected case (there is a small performance penalty using MAP). Please let me know and I'll update it as well.
OS (Please include kernel version)
Ubuntu 18.04 | Kernel: 4.4.0-19041-Microsoft
Expected Behavior
(Replacing
map
forget
): http://localhost/benchmark/fortunes:Actual Behavior
PhalconException: Not-Found handler is not callable or is not defined
Steps to reproduce behavior
Access http://localhost/benchmark/fortunes
Other details and logs
There is a known issue when running Phalcon from a subdirectory: phalcon/cphalcon#14559
So the handler should be:
and not:
as the current test.
After changing these lines, Phalcon Micro works flawlessly (no errors in any of the four entrypoints); the benchmark is reporting 50K+ errors.
The text was updated successfully, but these errors were encountered: