You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chaos Squirrel is super flexible, but that means there's quite a lot of code involved to set up and use all the attacks (example below).
Should we define a pattern to help configuring all attacks?
We could also consider reducing the verbosity of { createAttack: Attack.configure... } - maybe some helper like Runner.weightedAttack(1, Attack.configure)
Chaos Squirrel is super flexible, but that means there's quite a lot of code involved to set up and use all the attacks (example below).
Should we define a pattern to help configuring all attacks?
We could also consider reducing the verbosity of
{ createAttack: Attack.configure... }
- maybe some helper likeRunner.weightedAttack(1, Attack.configure)
The text was updated successfully, but these errors were encountered: