Last active
August 29, 2015 14:06
-
-
Save jamesattard/59a1a29421ea1c5b4896 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@mysql-cluster# mysqlslap --auto-generate-sql --concurrency=50 --number-of-queries=1000 --iterations=10 -umycoolapp -ppassword -h10.250.10.100 | |
Benchmark | |
Average number of seconds to run all queries: 3.102 seconds | |
Minimum number of seconds to run all queries: 2.990 seconds | |
Maximum number of seconds to run all queries: 3.174 seconds | |
Number of clients running queries: 50 | |
Average number of queries per client: 20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment