Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simulation: allow to run simulation with scheduler on k8s (#72) | Mission Liao | 2018-08-22 | 1 | -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 Liao | 2018-08-21 | 1 | -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 Hu | 2018-07-25 | 1 | -1/+1 |
| | |||||
* | project: setup circle CI | Wei-Ning Huang | 2018-07-18 | 1 | -2/+4 |
| | |||||
* | add README (#1) | Kordan Ou | 2018-07-18 | 1 | -0/+54 |
* add README |