Maelstrom is a fast Rust, Go, and Python test runner that runs every test in its own container. Tests are either run locally or distributed to a clustered job runner.
There are a variety of flags that can be passed to the go test binaries regarding profiling. Also, some of these flags probably need to be passed to the go test -c invocation.
There are a variety of flags that can be passed to the go test binaries regarding profiling. Also, some of these flags probably need to be passed to the
go test -c
invocation.