Skip to content

Instantly share code, notes, and snippets.

@sejima
Created February 18, 2016 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sejima/d22d8814b46ae29b6131 to your computer and use it in GitHub Desktop.
Save sejima/d22d8814b46ae29b6131 to your computer and use it in GitHub Desktop.
$ for i in 1 2 3; do ./sysbench --test=${SYSBENCH_DIR}/tests/db/oltp.lua --db-driver=mysql --oltp-tables-count=4 --oltp-table-size=4000000 --num-threads=100 --mysql-db=sbtest_zip --mysql-socket=/tmp/mysql.sock run --max-time=300 --max-requests=0; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment