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
For nonsensitive tests, I want to play back inputs as quickly as is reasonably possible.
What solution would you like?
Add PlaybackStrategy::Accelerated, which plays back events as fast as possible. Events that were sent on different frames should continue to be on different frames, but dead frames should be skipped.
The text was updated successfully, but these errors were encountered:
What problem does this solve?
For nonsensitive tests, I want to play back inputs as quickly as is reasonably possible.
What solution would you like?
Add
PlaybackStrategy::Accelerated
, which plays back events as fast as possible. Events that were sent on different frames should continue to be on different frames, but dead frames should be skipped.The text was updated successfully, but these errors were encountered: