Skip to content

Instantly share code, notes, and snippets.

@malanjp
Created March 10, 2014 11:31
Show Gist options
  • Save malanjp/9463403 to your computer and use it in GitHub Desktop.
Save malanjp/9463403 to your computer and use it in GitHub Desktop.
for i in `seq 1 1 5`; do
echo 'count = '$i
echo '== mongo =='
python mongo_bench.py
echo '== mysql =='
python mysql_bench.py
echo '---'
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment