mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 14:52:17 +00:00
test/net: cleanup
This commit is contained in:
parent
45ff05d47d
commit
628528da5a
@ -30,7 +30,6 @@ dependencies:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
- "cd $REPO && bash test/net/test.sh"
|
- "cd $REPO && make test_integrations"
|
||||||
#- "cd $REPO && make test_integrations"
|
|
||||||
post:
|
post:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- 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
|
cd $GOPATH/src/github.com/tendermint/network_testing
|
||||||
bash experiments/exp_throughput.sh $DATACENTER $VALSETSIZE $BLOCKSIZE $TX_SIZE $NTXS $MACH_PREFIX $RESULTSDIR $CLOUD_PROVIDER
|
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