Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 287 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 287 Bytes

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.