Show HN: Goad – AWS Lambda powered load testing tool
1–10 of 14 posts
Re: Show HN: Goad – AWS Lambda powered load testing tool
#2GitHub repo: https://github.com/gophergala2016/goad
Re: Show HN: Goad – AWS Lambda powered load testing tool
#3Load testing is more than hammering a single URL thousands of times.
Re: Show HN: Goad – AWS Lambda powered load testing tool
#4Re: Show HN: Goad – AWS Lambda powered load testing tool
#5The idea is interesting, but I wonder how this isn't very expensive to run...
Re: Show HN: Goad – AWS Lambda powered load testing tool
#6Any plans to include a way to "script" the urls, types of requests, etc? Load testing is more than hammering a single URL thousands of times.
Re: Show HN: Goad – AWS Lambda powered load testing tool
#7The idea is interesting, but I wonder how this isn't very expensive to run...
A test that would use 100 lambda functions in parallel from each of the 4 regions and run for 5 minutes would cost about 3 USD. That should achieve a concurrency level of 100,000. That would be the most expensive test possible at the moment. Smaller tests are basically free.
Why it is limited to 100,000 concurrent request ?
Re: Show HN: Goad – AWS Lambda powered load testing tool
#8The idea is interesting, but I wonder how this isn't very expensive to run...
A test that would use 100 lambda functions in parallel from each of the 4 regions and run for 5 minutes would cost about 3 USD. That should achieve a concurrency level of 100,000. That would be the most expensive test possible at the moment. Smaller tests are basically free.
Re: Show HN: Goad – AWS Lambda powered load testing tool
#9Earlier quoted context omitted.
A test that would use 100 lambda functions in parallel from each of the 4 regions and run for 5 minutes would cost about 3 USD. That should achieve a concurrency level of 100,000. That would be the most expensive test possible at the moment. Smaller tests are basically free.
Actually not that bad... Great. Why it is limited to 100,000 concurrent request ?
Re: Show HN: Goad – AWS Lambda powered load testing tool
#10Earlier quoted context omitted.
A test that would use 100 lambda functions in parallel from each of the 4 regions and run for 5 minutes would cost about 3 USD. That should achieve a concurrency level of 100,000. That would be the most expensive test possible at the moment. Smaller tests are basically free.
Not to rain on anyone's parade but you could generate A LOT more load using regular old EC2 instances if all you had was $3...