bref-bootstrap-benchmarks
bref-bootstrap-benchmarks copied to clipboard
Benchmark of possible solutions for Bref and the new AWS Lambda runtime API
We're measuring performance, which is interesting obviously, but perhaps we should also look at the (additional) bootstrap time. Eg. the php webserver has a sleep of 1 sec, which can...
https://github.com/mnapoli/bref-bootstrap-benchmarks/blob/7199335df518606f4ac38b9e651db87d204c6e49/c/php/bootstrap#L14 The `php.ini` is not provided here. I think what would be great is compile PHP so that `php.ini` is automatically loaded, rather than having to provide it explicitly every...
When I'm calling `opcache_get_status()` I get: `Call to undefined function opcache_get_status()`. When checking `phpinfo()` it shows that opcache is enabled in the compilation, but did you also include the opcache.so...