maelstrom-software / maelstrom

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.
https://maelstrom-software.com/
Apache License 2.0
583 stars 10 forks source link

Add support for profiling to `maelstrom-go-test`. #360

Open nfachan opened 3 months ago

nfachan commented 3 months ago

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.

nfachan commented 3 months ago

Part of #319