aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/kubernetes/entrypoint.sh
Commit message (Collapse)AuthorAgeFilesLines
* Rename validator* to node* (#120)Mission Liao2018-09-201-1/+1
|
* simulation: allow to run simulation with scheduler on k8s (#72)Mission Liao2018-08-221-0/+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.
* Implement simulation on a real network (#5)Wei-Ning Huang2018-07-201-0/+7
simulation: implement simulation on a real network