ginkgo icon indicating copy to clipboard operation
ginkgo copied to clipboard

Keep benchmarking errors

Open gflegar opened this issue 6 years ago • 0 comments

Currently, we're dropping all the errors that happen in the benchmarks.

The run_all_benchmarks.sh script redirects all the stderr output from benchmark runners to stdout, and the stdout of run_all_benchmarks.sh is redirected to /dev/null in the CMake target for running the benchmarks (defined in benchmark/CMakeLists.txt). Instead, we should create a temporary file and redirect the output there.

gflegar avatar Dec 03 '18 13:12 gflegar