-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add reporting to goose shoot and improve error handling (#42)
* Add reporting to goose shoot and improve error handling * Add `num_blocks` field to `last_x_blocks_metrics` * Use return instead of ? to clarify intent for set_failure * Abstract out making individual reports * Update README and rename Mean to Average * Refactors for goose reporting * Fix goose wait_for_tx not found case * Rename report location and remove SysInfo Default impl * Create GOOSE_TIME_UNIT constant * cargo fmt * Remove outdated comment * cargo fmt
- Loading branch information
1 parent
7f554df
commit b49c1a5
Showing
10 changed files
with
459 additions
and
233 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ run: | |
|
||
report: | ||
num_blocks: 4 | ||
reports_dir: "reports" | ||
output_location: "report" | ||
|
||
deployer: | ||
salt: "1" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ run: | |
|
||
report: | ||
num_blocks: 4 | ||
reports_dir: "reports" | ||
output_location: "report" | ||
|
||
deployer: | ||
salt: "1" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ run: | |
|
||
report: | ||
num_blocks: 3 | ||
reports_dir: "reports" | ||
output_location: "report" | ||
|
||
deployer: | ||
salt: "1" | ||
|
Oops, something went wrong.