remove reference of profiler binary as it was removed already

Signed-off-by: Leo Chen <leo@harmony.one>
pull/69/head
Leo Chen 6 years ago
parent 8fe12c2574
commit 8a709bcf35
  1. 2
      go_executable_build.sh
  2. 1
      run_experiment.sh

@ -4,7 +4,6 @@ GOOS=linux
GOARCH=amd64
env GOOS=$GOOS GOARCH=$GOARCH go build -o bin/benchmark benchmark.go
env GOOS=$GOOS GOARCH=$GOARCH go build -o bin/txgen client/txgen/main.go
env GOOS=$GOOS GOARCH=$GOARCH go build -o bin/profiler profiler/main.go
AWSCLI=aws
if [ "$1" != "" ]; then
@ -13,4 +12,3 @@ fi
$AWSCLI s3 cp bin/benchmark s3://unique-bucket-bin/benchmark --acl public-read-write
$AWSCLI s3 cp bin/txgen s3://unique-bucket-bin/txgen --acl public-read-write
$AWSCLI s3 cp bin/profiler s3://unique-bucket-bin/profiler --acl public-read-write

@ -3,7 +3,6 @@
go build -o bin/benchmark
go build -o bin/txgen client/txgen/main.go
go build -o bin/profiler profiler/main.go
cd bin
# Create a tmp folder for logs

Loading…
Cancel
Save