pmuens / serverless-service-zip-testing

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless service zip testing

Repository with an example 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.

About

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


Languages

Language:JavaScript 68.4%Language:Shell 31.6%