Add a http performance test script based on wrk
[iec.git] / deploy / compass / deploy.sh
1 #!/bin/bash
2 set -ex
3 # deploy VMs
4 source ./deployVM.sh
5
6 # install iec
7 source ./deployIEC.sh
8