Performance and Scalability Tests
sudo dnf install -y php-cli php-mysqlnd
-
Google Cloud SQL certificate files should be in the project root directory.
-
Run the tests:
export HOST=$DBIP export STORAGE=InsertDelete|InsertBatchDelete export SPLAY=64 php DatabaseL2.php init $STORAGE $HOST seq 10 | xargs -n 1 -P 100 php DatabaseL2.php run $STORAGE $HOST $SPLAY