Skip to content

lcache/benchmarking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

benchmarking

Performance and Scalability Tests

Setup

sudo dnf install -y php-cli php-mysqlnd

Usage

  1. Google Cloud SQL certificate files should be in the project root directory.

  2. 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

About

Performance and Scalability Tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages