iopipe / iopipe-java

AWS Lambda telemetry for Java
https://www.iopipe.com/
Apache License 2.0
17 stars 8 forks source link

PR #207 increases coldstart times #213

Closed XerTheSquirrel closed 5 years ago

XerTheSquirrel commented 5 years ago

The changes introduced in PR #207 (issue #172) increases the cold start duration by 2 seconds. Bisecting commits through the changes shows that between PR #206 (4c74b1951746ff128f9f65715483ce2290cd935e) and PR #207 ce0d4d5bd9e48df1e46298eb5a5b3954bf771606 the cold start time has increased.

Estimated times have gone from ~2.7s to ~4.7s.