Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving load times for large tests #1456

Closed
jcamiel opened this issue Apr 15, 2023 Discussed in #1114 · 0 comments · Fixed by #1457
Closed

Improving load times for large tests #1456

jcamiel opened this issue Apr 15, 2023 Discussed in #1114 · 0 comments · Fixed by #1457
Labels
bug Something isn't working
Milestone

Comments

@jcamiel
Copy link
Collaborator

jcamiel commented Apr 15, 2023

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!

@jcamiel jcamiel added the bug Something isn't working label Apr 15, 2023
@jcamiel jcamiel added this to the 3.0.0 milestone Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant