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 Jan 6, 2024. It is now read-only.
It would be nice if it is possible to run from a file but with a non random select of the request.
I am using baton for testing insertion of big batches. I would like to see if some entries are missing in the database afterwards. But this is only possible if every entry in the list is only send once or at least in a linear way. But not with random selection of the request.
Very useful tool!
It would be nice if it is possible to run from a file but with a non random select of the request.
I am using baton for testing insertion of big batches. I would like to see if some entries are missing in the database afterwards. But this is only possible if every entry in the list is only send once or at least in a linear way. But not with random selection of the request.