Last active
August 29, 2015 14:06
-
-
Save jamesattard/ce86abcb09254387ebba 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.101 | |
Benchmark | |
Average number of seconds to run all queries: 3.182 seconds | |
Minimum number of seconds to run all queries: 3.073 seconds | |
Maximum number of seconds to run all queries: 3.329 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