Browse Source

test/net: cleanup

pull/242/head
Ethan Buchman 8 years ago
parent
commit
628528da5a
2 changed files with 8 additions and 3 deletions
  1. +1
    -2
      circle.yml
  2. +7
    -1
      test/net/test.sh

+ 1
- 2
circle.yml View File

@ -30,7 +30,6 @@ dependencies:
test:
override:
- "cd $REPO && bash test/net/test.sh"
#- "cd $REPO && make test_integrations"
- "cd $REPO && make test_integrations"
post:
- bash <(curl -s https://codecov.io/bash)

+ 7
- 1
test/net/test.sh View File

@ -33,4 +33,10 @@ go get github.com/tendermint/netmon
cd $GOPATH/src/github.com/tendermint/network_testing
bash experiments/exp_throughput.sh $DATACENTER $VALSETSIZE $BLOCKSIZE $TX_SIZE $NTXS $MACH_PREFIX $RESULTSDIR $CLOUD_PROVIDER
# TODO echo result!
# TODO: publish result!
# cleanup
mintnet destroy --machines $MACH_PREFIX[1-$VALSETSIZE]

Loading…
Cancel
Save