-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compare coldstart times and function size #247
Comments
Also maybe do load tests, what's a cold start look like at 100 events/second? |
Just some initial results of performing 10 requests spread over the course of 2 min.
|
What about 100mb?
…On Fri, Jun 30, 2017 at 2:07 PM, Chris Olszewski ***@***.***> wrote:
Just some initial results of performing 10 requests spread over the course
of 2 min.
Bundle size Min Avg Max
223 B 0 1 2
223 B 2 6 12
1.74 MB 0 25 110
2.95 MB 1 40 71
2.95 MB 1 51 97
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#247 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AABlbraFVNkALOKbprMJuP5SdaRFouwdks5sJTltgaJpZM4NzXRo>
.
--
Francis Gulotta
Director of Engineering
Bustle.com / @bustlelabs
|
Some tests regarding package size, no additional loading of code, but just adding bytes to lambda packages.
Bundle sizes were increased with very basic functions. No funky stuff going on during code loading. All of these tests were done with 100 function invocations
|
250mb is the lambda limit fyi
…On Wed, Jul 5, 2017 at 3:50 PM, Chris Olszewski ***@***.***> wrote:
Some tests regarding package size, no additional loading of code, but just
adding bytes to lambda packages.
Package (unzipped) size Min Avg Max
2.8 KB 0 2 11
51 MB 0 7 50
104 MB 0 10 40
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#247 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AABlbopN0maLLeABB-aLeb9Oav3zj-c6ks5sK-kGgaJpZM4NzXRo>
.
--
Francis Gulotta
Director of Engineering
Bustle.com / @bustlelabs
|
Let's see how much of an issue this currently is. If we're lucky there's a lower bound of 1-100 mb where it doesn't matter anymore.
The text was updated successfully, but these errors were encountered: