Ben Adams 8c3550fadc Update peachepie (#4359) 6 ani în urmă
..
Server 8c3550fadc Update peachepie (#4359) 6 ani în urmă
Website 8c3550fadc Update peachepie (#4359) 6 ani în urmă
.gitignore 077a8a3a80 Peachpie update .NET runtime, Server GC (#3793) 7 ani în urmă
Benchmarks.sln 0997b2b15b Add Peachpie to PHP frameworks (#3207) 7 ani în urmă
README.md 0997b2b15b Add Peachpie to PHP frameworks (#3207) 7 ani în urmă
benchmark_config.json 077a8a3a80 Peachpie update .NET runtime, Server GC (#3793) 7 ani în urmă
peachpie.dockerfile 8c3550fadc Update peachepie (#4359) 6 ani în urmă

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

  • http://github.com/jakubmisek - Chief developer of Peachpie
  • http://github.com/roberthusak - Author of this contribution