aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* simulation: allow to run simulation with scheduler on k8s (#72)Mission Liao2018-08-221-2/+2
| | | | | | | | 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-1/+18
| | | | | | | | - 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 API Token to CircleCI badge (#14)Jimmy Hu2018-07-251-1/+1
|
* project: setup circle CIWei-Ning Huang2018-07-181-2/+4
|
* add README (#1)Kordan Ou2018-07-181-0/+54
* add README