Skip to content

aleksijohansson/drupal-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupal Benchmark

This project is based on the template for Drupal projects by Wunder and meant for benchmarking a local Drupal development environment (either Lando or DDEV) with the open source load testing tool Locust.

See the aforementioned mentioned template for more detailed documentation.

Requirements

Getting started

  • Clone the project locally
  • Optionally checkout a specific version, for example: git checkout tags/v1.0
  • Start your environment and build Drupal
  • Run a benchmark with ./benchmark.sh lando or ./benchmark.sh ddev

This project comes with Lando and DDEV environments preconfigured. Please find more detailed examples for running the benchmark in these environments below.

Lando

lando start && lando drush si --yes --existing-config
./benchmark.sh lando

DDEV

ddev start && ddev composer install && ddev drush si --yes --existing-config
./benchmark.sh ddev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages