MongoDB with Async Python Transcripts
Chapter: Performance and Load Testing
Lecture: Faster Locust Tests
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Now we want the absolute best performance out of our locus code because when you hit a limit
0:09
It could be that some of that limit is locus itself as it's got thousands and thousands of things to manage it itself could be
0:18
part of the slowness right and so locus comes with Not just the HTTP user, but the fast
0:26
HTTP user this comes out of a locust contrib and so I don't know why this is not the default
0:32
I don't know the history of the project, but for me, I would just make this be the default just always used fast HTTP user
0:40
It's gonna use a slightly more efficient kind of an async I/O
0:44
Equivalent behind the scenes to run it instead of spawning up many many threads which of course is the way you want it
0:51
So locust on fast HTTP user you saw when I installed it All I expressed here was locust. I didn't say locust and locust contrib and all that.
0:59
So, should be good to go just by assuming that it's going to be there.
1:03
It seems like it's coming as an automatic dependency and vendored in contrib thing.