An open API service indexing awesome lists of open source software.

https://github.com/pmuens/serverless-service-zip-testing

Test service which simulates high per-function packages to benchmark the service zipping functionality
https://github.com/pmuens/serverless-service-zip-testing

Last synced: 5 months ago
JSON representation

Test service which simulates high per-function packages to benchmark the service zipping functionality

Awesome Lists containing this project

README

          

# Serverless service zip testing

Repository with an example [Serverless](http://github.com/serverless/serverless) service to test an benchmark the zipping functionality.

Run `serverless install --url https://github.com/pmuens/serverless-service-zip-testing` to install this service on your machine.

## Generate test files

Run the `create-files.sh` script to generate 10 randos files (each with a size of 10MB).

## Zipping / Benchmarking

Make sure that you run `top` or any other service in a terminal so that you can monitor e.g. memory consumption.

Run `serverless deploy --noDeploy` and switch to the terminal where you run your monitoring command.