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

Feature/measure cold start #71

Closed theburningmonk closed 4 years ago

theburningmonk commented 4 years ago

closes #5

new command to run your function and report stats about the initialization time

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@fa691f9). Click here to learn what that means. The diff coverage is 92.45%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #71   +/-   ##
=========================================
  Coverage          ?   94.39%           
=========================================
  Files             ?       39           
  Lines             ?     1783           
  Branches          ?        0           
=========================================
  Hits              ?     1683           
  Misses            ?      100           
  Partials          ?        0
Impacted Files Coverage Δ
src/commands/analyze-lambda-cold-starts.js 87.21% <100%> (ø)
src/lib/utils.js 100% <100%> (ø)
src/commands/measure-lambda-cold-starts.js 100% <100%> (ø)
test/test-utils/jest-mocks.js 100% <100%> (ø)
src/commands/list-lambda.js 96.66% <100%> (ø)
src/commands/analyze-lambda-cost.js 100% <100%> (ø)
src/lib/lambda.js 93.02% <85%> (ø)
src/lib/s3.js 88.88% <88.88%> (ø)
src/lib/cloudformation.js 89.58% <89.58%> (ø)
src/commands/clear-account.js 90.12% <90.12%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fa691f9...bf85264. Read the comment docs.

theburningmonk commented 4 years ago

:tada: This PR is included in version 0.34.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: