sweet: dump etcd and cockroachdb server stdout/stderr unconditionally
Currently we only dump stdout/stderr for the servers of these two
benchmarks when there's a failure. However, there are plenty of
scenarios where we want to see the output even on success, for example
to get GODEBUG=gctrace=1 output.
Dump stdout/stderr unconditionally. It won't interfere with
interpreting benchmark results because that data is emitted separately,
and the regular stdout/stderr is very unlikely to follow the benchmark
format (line begins with Benchmark...).
Change-Id: I364a0c2ee6d6b6fd63a10a476ab2c896c88976d3
Cq-Include-Trybots: luci.golang.try:x_benchmarks-gotip-linux-amd64-longtest
Reviewed-on: https://go-review.googlesource.com/c/benchmarks/+/598697
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Austin Clements <austin@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2 files changed