MongoDB with Async Python Transcripts
Chapter: Performance and Load Testing
Lecture: Load Testing Introduction
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
What an exciting time. We're almost done with this course and we've put a cool application together. We built a FastAPI to test and interact
0:14
with our Beanie data using async Python to talk to MongoDB with all of our performance improvements
0:22
and indexes and projections and those types of things. We've applied to it. How have we done? This chapter is going to be our report card.
0:31
Our speedy CLI was maybe a early semester, first part of the year type of report card. This will be our final report card.
0:38
What we're gonna do in this chapter is we're gonna take some full blown load testing tools that allow us to interact with our FastAPI
0:49
in a way that will be similar to the way we might expect users to actually use the API. We'll be able to measure it really precisely
0:57
and see just how much we can do and where things start to break apart, fall apart. So we're gonna build something really cool in this chapter.
1:06
I hope you're excited. It's gonna be fun.