A plugin to assist with running benchmark tests. For more information about the approaches used here, see our article about how to benchmark WordPress sites.
(Yes, sending you to this post isn't the best experience, but it's good enough for now. PRs open if you want to make this readme better.)
Don't try to just install this as-is from the repo - you'll be missing dependencies.
For an installable plugin zip, download the latest release.
You're going to need Composer and NPM.
cd wp-benchy
composer install
cd scripts
npm start
from dev.npm run build
for prod.
Contributions are wide open. Go wild.
A few things this could use:
- Write better docs
- A UI that doesn't suck.
- More tests