Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bazel/benchmark): expose benchpress test results as bazel test ou…
…tput Currenlty the test results are written to a directory in the current working directory. This breaks in Bazel sandbox executions where the sandbox directory is not available upon test/benchmark completion. Instead, when running within Bazel, the test results should be stored as undeclared test outputs (allowing them to be accessed easily).
- Loading branch information