|
|
|
@ -18,11 +18,11 @@ export GOPATH=$MyHOME/projects |
|
|
|
|
export PATH=$PATH:$GOROOT/bin |
|
|
|
|
source $MyHOME/.bash_profile |
|
|
|
|
|
|
|
|
|
cd $GOPATH/src/harmony-benchmark |
|
|
|
|
# go get dependencies |
|
|
|
|
go get github.com/go-stack/stack |
|
|
|
|
go get ./... |
|
|
|
|
|
|
|
|
|
# build executables |
|
|
|
|
cd $GOPATH/src/harmony-benchmark |
|
|
|
|
go build -o bin/soldier aws-experiment-launch/experiment/soldier/main.go |
|
|
|
|
go build -o bin/benchmark benchmark.go |
|
|
|
|
go build -o bin/txgen client/txgen/main.go |
|
|
|
|