Amar Ramachandran
Results
2
issues of
Amar Ramachandran
Running `fortio server -gomaxprocs=16` does not have any affect on `runtime.GOMAXPROCS`. The only place where `runtime.GOMAXPROCS` is set is [fortio_main.go:357](https://github.com/fortio/fortio/blob/2d52633138d540a33a14d641d7470a998e424c6e/fortio_main.go#L347) which processes the `fortio load` command. I'm happy to add...
Is there a way to see what the stdout output of each testcase was for a submission? Right now, it only shows memory, execution time, and a few other details....