This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
test/net: cleanup
pull/242/head
Ethan Buchman
8 years ago
parent
45ff05d47d
commit
628528da5a
2 changed files
with
8 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
circle.yml
+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
]
Write
Preview
Loading…
Cancel
Save