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
{{ message }}
This repository was archived by the owner on Mar 2, 2020. It is now read-only.
Currently parallel suffixes are lists of requests, because of the fact that suffixes need to be run in parallel they never become very long. A more realistic approach would be to use lists of lists of requests, e.g. batches of parallel requests. This approach is taken by the quickcheck-state-machine library.
Currently parallel suffixes are lists of requests, because of the fact that suffixes need to be run in parallel they never become very long. A more realistic approach would be to use lists of lists of requests, e.g. batches of parallel requests. This approach is taken by the
quickcheck-state-machinelibrary.