Home
Welcome to my performance testing site
This site is cataloging my collection of random performance tests. None of them are meant to be incredibly formal, but they can be informative in their own way
Tests
Test name | Description | Golang | Java | Python | Link |
---|---|---|---|---|---|
http-basics | This test is just designed to compare a very basic HTTP server from each language Test is a simple GET on / |
✅ | ✅ | ✅ | link |
sockets | This test is just comparing a very naive and simple approach to a multithreaded HTTP server, with a hard coded result. This test doesn't provide a ton of value, besides helping me test how locust worked. Test is a simple GET on / |
✅ | ✅ | ✅ | link |