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
Originally posted by sunder-gather December 17, 2022
Hi all! First of all, thanks for building such a wonderful tool!
I've a large test suite (about 5200 code generated test cases, 1.7M on disk) which takes extremely long to load, it looks like Hurl loads the full file, parses the entire file and then executes each request. Is there a way to improve on this by executing each request as they're parsed/found so as to save test times? Thanks!
The text was updated successfully, but these errors were encountered:
Discussed in #1114
Originally posted by sunder-gather December 17, 2022
Hi all! First of all, thanks for building such a wonderful tool!
I've a large test suite (about 5200 code generated test cases, 1.7M on disk) which takes extremely long to load, it looks like Hurl loads the full file, parses the entire file and then executes each request. Is there a way to improve on this by executing each request as they're parsed/found so as to save test times? Thanks!
The text was updated successfully, but these errors were encountered: