cosmos-sdk/scripts
mircea-c b8de70add8 Merge PR #3220: Extended running time for multi-sim test
* Added dependencies block anchor to simplify
* Increased blocks to 1000 and removed cache restore
* Made the period a parameter in the script
* Renamed the jobs because git is confused
* Specify period on long sim
2019-01-04 16:40:39 +01:00
..
install Fix Makefile's all target (#3085) 2018-12-20 10:03:59 -08:00
Makefile Fix Makefile's all target (#3085) 2018-12-20 10:03:59 -08:00
README.md Merge PR #2930: Simulation spring cleaning 2018-11-29 16:17:10 +01:00
linkify_changelog.py Merge PR #2246: add script to make changelog links actual links 2018-09-07 00:54:59 -04:00
localnet-blocks-test.sh Run localnet on every commit ensure network reaches at least 10 blocks (#2067) 2018-08-16 20:23:57 +02:00
multisim.sh Merge PR #3220: Extended running time for multi-sim test 2019-01-04 16:40:39 +01:00

README.md

Generally we should avoid shell scripting and write tests purely in Golang. However, some libraries are not Goroutine-safe (e.g. app simulations cannot be run safely in parallel), and OS-native threading may be more efficient for many parallel simulations, so we use shell scripts here.