aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/utils.go
Commit message (Collapse)AuthorAgeFilesLines
* simulation: support config change (#381)Mission Liao2018-12-261-0/+18
|
* core: simulation: add throughput and block event monitoring (#380)haoping-ku2018-12-221-1/+24
| | | | | | | | | | | * core: simulation: add throughput and block event monitoring Added throughput and block event monitoring in TCP-local network. These data is collected by nodes and reported to peer server. * fix issues * fix sent time of throughput issue
* Haoping fix simulation (#356)haoping-ku2018-12-051-0/+36
* simulation: add benchmark features * tmp * simulation: modify Debug interface * Added BlockReceived and BlockReady function to Debug interface. * Added Benchmark features. * fix * fix typos