You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.
Hi. I've been working on some extensions of crowbar that put a focus on apigateway and recently started putting together some notes to advertise performance expectations. My tests are somewhat limited to what happens after crowbar translates python objects to serde Json values.
Do you have any suggests on how I could measure the cost more completely or if you've already down this your self the approach you took? I'm thinking I could take my .so file and create my own python handler that dynamically loads it in it's event handler and just delegate the handling while timing what happens in between. Thoughts?
The text was updated successfully, but these errors were encountered:
Hi. I've been working on some extensions of crowbar that put a focus on apigateway and recently started putting together some notes to advertise performance expectations. My tests are somewhat limited to what happens after crowbar translates python objects to serde Json values.
Do you have any suggests on how I could measure the cost more completely or if you've already down this your self the approach you took? I'm thinking I could take my .so file and create my own python handler that dynamically loads it in it's event handler and just delegate the handling while timing what happens in between. Thoughts?
The text was updated successfully, but these errors were encountered: