-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit introduces some new functionality and some refactoring:
- new: log trigger events and log trigger upkeeps - new: simulation progress tracking to the console - change: RunBook changed to SimulationPlan - change: SimulationPlan json altered for cleaner configurations - change: loaders moved to loader package due to import cycles - change: refactored main process for cleaner simulation exit To run a new simulation: ``` make simulator && ./bin/simulator --simulate -f ./tools/simulator/plans/simplan_fast_check.json ``` Verification of expected performs is still not fully tested, but the updates above create the baseline for log trigger upkeeps.
- Loading branch information
1 parent
9fea8f7
commit c13fdc3
Showing
85 changed files
with
1,839 additions
and
1,180 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
Oops, something went wrong.