Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

How the shim performs regarding to the official Go runtime? #53

Open
immesys opened this issue Jan 16, 2018 · 3 comments
Open

How the shim performs regarding to the official Go runtime? #53

immesys opened this issue Jan 16, 2018 · 3 comments

Comments

@immesys
Copy link

immesys commented Jan 16, 2018

I am interested in knowing the speed difference between this (which I have been using) and the new "official" lambda go SDK.

@fsenart
Copy link
Contributor

fsenart commented Jan 16, 2018

For sure. Will publish it in the coming days ;)

lion3ls added a commit that referenced this issue Jan 17, 2018
@lion3ls
Copy link
Member

lion3ls commented Jan 17, 2018

Hi there,

Here are the actual performance of the official runtime:

128mb go
========
Min     	0.49
10th pct	0.76
50th pct	10.56
90th pct	17.292
95th pct	18.511
99th pct	19.95
Max     	811.83
Mean    	11.39076
Std Dev 	35.8591147022

512mb go
========
Min     	0.47
10th pct	0.7
50th pct	0.81
90th pct	0.93
95th pct	0.97
99th pct	1.1201
Max     	184.94
Mean    	1.21575
Std Dev 	8.22770380103

Without surprise the official Go runtime is faster than our shim 😉

@fsenart fsenart changed the title Can you extend benchmarks? How the shim performs regarding the new official Go runtime? Jan 17, 2018
@fsenart fsenart changed the title How the shim performs regarding the new official Go runtime? How the shim performs regarding to the new official Go runtime? Jan 17, 2018
@fsenart fsenart changed the title How the shim performs regarding to the new official Go runtime? How the shim performs regarding to the official Go runtime? Jan 17, 2018
@immesys
Copy link
Author

immesys commented Jan 17, 2018

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants