lumigo-io / lumigo-CLI

Open source CLI tool to help you develop and manage serverless applications.
https://lumigo.io
Apache License 2.0
331 stars 21 forks source link

measure-coldstarts only measures init duration but not normal duration #110

Closed drissamri closed 3 years ago

drissamri commented 3 years ago

Currently when using the Lumigo CLI measure cold starts only initDuration is measured and not first runtime Duration. For runtimes like Java some time is still spent in the runtime for the initial request.