Live data from Hacker News

Show HN: Goad – AWS Lambda powered load testing tool

goad.io

1–10 of 14 posts

Re: Show HN: Goad – AWS Lambda powered load testing tool

#5
post #4

The 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

#7
post #4

The 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.

Actually not that bad... Great.

Why it is limited to 100,000 concurrent request ?

Re: Show HN: Goad – AWS Lambda powered load testing tool

#8
post #4

The 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.

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...

Re: Show HN: Goad – AWS Lambda powered load testing tool

#9
post #7

Earlier 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 ?

The default Lambda limit is 100 concurrently running Lambdas. AWS will raise this if you ask, I believe.

Re: Show HN: Goad – AWS Lambda powered load testing tool

#10

Earlier 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...

Lambdas might be easier to launch and coordinate.
Post reply on HN