-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement graceful failure when an asset fails to run. (#206)
Currently, a failing asset will cause the benchmark to stop executing. This commit relaxes this behavior by logging the error for the misbehaving asset and continues to run other assets. The commit also adds some tests for the benchmark runner. * Implement graceful failure when an asset fails to run. Currently, a failing asset will cause the benchmark to stop executing. This commit relaxes this behavior by logging the error for the misbehaving asset and continues to run other assets. * Add tests for benchmark runner * Add test for multiconfig assets
- Loading branch information
Showing
2 changed files
with
230 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters