Skip to content

test: pass through stderr in benchmark tests

This helps a lot with debugging failing benchmark tests, which would otherwise just print an assertion for the exit code (something like +1 -0, which yields almost no information about a failure).

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading