|
há 4 anos atrás | |
---|---|---|
.. | ||
Server | há 4 anos atrás | |
Website | há 4 anos atrás | |
.gitignore | há 5 anos atrás | |
Benchmarks.sln | há 5 anos atrás | |
Directory.Build.props | há 5 anos atrás | |
NuGet.Config | há 5 anos atrás | |
README.md | há 6 anos atrás | |
benchmark_config.json | há 5 anos atrás | |
config.toml | há 4 anos atrás | |
global.json | há 4 anos atrás | |
peachpie.dockerfile | há 4 anos atrás |
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:
Some logic was updated to prevent warnings during verification.
Global code was enclosed in functions. Not only is Peachpie able to optimize such code better, but it is also a common programming practice.
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.
Currently, only raw database tests without ORM are performed.