DrupalStand / drupal-dev-docker

An opinionated Drupal development environment based on Docker.
GNU General Public License v2.0
22 stars 19 forks source link

Add some standard benchmark tooling #31

Open jackinloadup opened 6 years ago

jackinloadup commented 6 years ago

The idea is a make command which would run a few performance tests to give some idea of the current performance of the application.

Could use something like ab apache bench or similar to load testing a few default drupal pages. Could use time to test the speed at which drush status shows results

We want to test how fast our development environment is working