aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Collapse)AuthorAgeFilesLines
* simulation: allow to run simulation with scheduler on k8s (#72)Mission Liao2018-08-221-5/+4
| | | | | | | | To run a simulation with scheduler on k8s: ./run_scheduler.sh 61 5 Where *61* means the simulation contains 61 validators, and *5* means the simulation utilizes 5 vCPUs and corresponding concurrent workers to run.
* simulation: add simulation with scheduler (#71)Mission Liao2018-08-211-0/+100
| | | | | | | | - Add new field in test.Event: HistoryIndex HistoryIndex allow us to access them by their position in event history. - Record local time in test.App when receiving events. - Add statisitics module for slices of test.Event. - add new command line utility *dexcon-simulation-with-scheduler to verify the execution time of core.Consensus.
* Add -cpuprofile and -memprofile to dexcon-simulation (#56)Jimmy Hu2018-08-141-0/+28
|
* simulation: fix tcp-local network simulation (#8)Wei-Ning Huang2018-07-231-0/+7
| | | | | | * simulation: fix tcp-local network simulation * fixup
* Implement simulation on a real network (#5)Wei-Ning Huang2018-07-201-0/+33
| | | simulation: implement simulation on a real network
* Initial implementation of DEXON consensus algorithmWei-Ning Huang2018-07-161-0/+53