robertdfrench / lambda-is-terrible

AWS Lambda: What It Is and Why It's Terrible
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Automate Benchmark Deployment #3

Open robertdfrench opened 4 years ago

robertdfrench commented 4 years ago

For the sake of reproducibility, and so the results are dependable enough to include in slides, automate the deployment of the CGI and WSGI demo applications. Then deploy a fleet of ab workers to run the same workload against CGI, WSGI, and Lambda deployments.

For a fair comparison, TLS certificates need to be generated for CGI and WSGI demos and trusted by the ab fleet.