Sign inSign up

ewindisch/serverless-measure

By ewindisch

Updated over 7 years ago

Measure the performance of serverless projects via CI/CD

Image
0

1.2K

ewindisch/serverless-measure repository overview

Measurement Utility

CircleCI

This repository contains a utility which can be used to record measurements by running a command or parsing its output for an AWS report.

Configuration format

version: 1
group: (group-name-for-external-usage)
functions:
  (function-name):
    method: (cli-time, cli-parse-aws-report)
    count: (How many times to run)
    # For cli-time and cli-parse-aws-report
    cli:
      command: (The command line program to run)
  # More functions can follow

Tag summary

Content type

Image

Digest

Size

42.8 MB

Last updated

over 7 years ago

docker pull ewindisch/serverless-measure