mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 06:42:16 +00:00
test/net: cleanup
This commit is contained in:
parent
45ff05d47d
commit
628528da5a
@ -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)
|
||||
|
@ -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…
x
Reference in New Issue
Block a user