chore: adjust whitespace

Adjusted the indention and killed the kick off script that I had added for
myself (moved to another repo)
This commit is contained in:
Josh Sherman 2018-10-14 11:30:18 -05:00
parent ed583c464a
commit 74d5351ed5
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 2 additions and 14 deletions

View file

@ -1,12 +0,0 @@
#!/bin/bash
ssh-copy-id "root@$2"
rsync -avz run.sh "root@$2:~/"
ssh "root@$2" "./run.sh $1"
rsync -avz "root@$2:~/results-$1.tgz" ./
# ab -kc 1000 -n 10000 "http://$2/" > "./ab-$1.log"
ab -kc 500 -n 10000 "http://$2/" > "./ab-$1.log"