Jakub Míšek 4f9b40ee88 updates php/peachpie to the latest version (#6287) há 4 anos atrás
..
Server 4f9b40ee88 updates php/peachpie to the latest version (#6287) há 4 anos atrás
Website 913e2b8444 Select id and randomnumber to match rules requirements (#6072) há 4 anos atrás
.gitignore a1424afdbe update to php/peachpie (#5542) há 5 anos atrás
Benchmarks.sln 81d74625a6 php/peachpie updated and fixed broken compilation (#5746) há 5 anos atrás
Directory.Build.props a1424afdbe update to php/peachpie (#5542) há 5 anos atrás
NuGet.Config 8ff61662f8 peachpie updated, simplified (#5269) há 5 anos atrás
README.md 3cc5af0848 Peachpie 0.9.42 update (#4817) há 6 anos atrás
benchmark_config.json 81d74625a6 php/peachpie updated and fixed broken compilation (#5746) há 5 anos atrás
config.toml 0096f84ee9 Config for the new toolset (#6259) há 4 anos atrás
global.json 4f9b40ee88 updates php/peachpie to the latest version (#6287) há 4 anos atrás
peachpie.dockerfile 0096f84ee9 Config for the new toolset (#6259) há 4 anos atrás

README.md

Peachpie Benchmarking Test

This is the Peachpie portion of a benchmarking test suite comparing a variety of web development platforms.

As we want Peachpie to be comparable to the PHP Interpreter, we derived our tests from theirs with the following modifications:

  1. Some logic was updated to prevent warnings during verification.

  2. Global code was enclosed in functions. Not only is Peachpie able to optimize such code better, but it is also a common programming practice.

  3. Because PDO is not yet implemented in Peachpie, old-fashioned MySQL functions such as mysql_connect() are used. We are going to replace them by PDO eventually.

  4. Currently, only raw database tests without ORM are performed.

Test Sources

Test URLs

Contacts