php-version-benchmarks icon indicating copy to clipboard operation
php-version-benchmarks copied to clipboard

Add WordPress benchmark

Open pronskiy opened this issue 3 years ago • 1 comments

It would be great to test on a default WordPress set-up in addition to the Symfony and Laravel demo apps.

pronskiy avatar Dec 26 '21 15:12 pronskiy

Hi Roman,

Adding Wordpress to the benchmark suite was my plan initially. However, it was a PITA to set it up automatically, so I postponed it. My main problem with Wordpress is that it relies on a database connection, so I'm a bit worried that the benchmark result would primarily depend on the DB performance rather than the PHP execution time itself. Nevertheless, I can try setting Wordpress up in the close future.

kocsismate avatar Jan 03 '22 13:01 kocsismate