Local replication
Any plans for transparency on the workloads used in these tests? (e.g. Dockerfile for aputra/load-tester:v26). A guide on how to replicate tests locally would help us help you!
sure, but it's almost identical to other clients that i uploaded to github like this one - https://github.com/antonputra/tutorials/blob/main/lessons/228/client/workflow.go
it just rust client that sends http requests
Anton, I'd like to add a strong +1 to this request and ask for you to consider releasing the client code.
Given the churn that this repo often sees after each video to fix up performance issues, having the code for the client side of this available to modify would be useful. I suspect that it's possible there's client-side improvements that could also be found in just the same way as the server side improvements are. Consider things like HTTP version changes, HTTP pipeline configuration etc. Even the way that the client interacts with the socket could have meaningful impact on the performance.