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:
parent
ed583c464a
commit
74d5351ed5
2 changed files with 2 additions and 14 deletions
12
start.sh
12
start.sh
|
@ -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"
|
|
Loading…
Add table
Add a link
Reference in a new issue