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

Embedded html resources #464

Closed
lanzelot1989 opened this issue Aug 22, 2016 · 1 comment
Closed

Embedded html resources #464

lanzelot1989 opened this issue Aug 22, 2016 · 1 comment

Comments

@lanzelot1989
Copy link

Hi!

I am currently evaluating different load testing tools and I would be interested if locust retrieves all the embedded HTML resources from a page per default or if there is some kind of setting that I need to know about.

E.g. Gatling provides "inferHtmlResources" to parse the HTML and find embedded resources (.js, .png, etc.) and load them.

@heyman
Copy link
Member

heyman commented Oct 7, 2016

Hi!

Locust does not parse HTML and load resources.

The reason for this is that it's usually the (dynamic) application code that is hard to scale up, and that you want to load test.

However, it wouldn't be hard to implementing the functionality yourself if your locust load testing scripts.

@heyman heyman closed this as completed Oct 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants