Skip to content

Files

Latest commit

031c2b8 · Apr 2, 2024

History

History

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 2, 2024
Feb 22, 2021
Apr 2, 2024
Mar 19, 2024
Nov 15, 2023
Nov 15, 2023
Sep 26, 2023
Oct 17, 2023
Feb 22, 2021
Nov 9, 2022
Mar 30, 2023
Jun 23, 2023

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.