Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[userbenchmark] Broader error catching
- Failures on a recent sample run indicate that errors raised by the subprocess are not always Exceptions, but are still sometimes recoverable - Add `except` clause to catch all such errors, short of keyboard interrupts, so the compilation can complete despite such errors
- Loading branch information