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
- Host: GitHub
- URL: https://github.com/pmuens/serverless-service-zip-testing
- Owner: pmuens
- Created: 2017-01-04T09:39:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T09:49:11.000Z (almost 9 years ago)
- Last Synced: 2025-02-17T10:47:52.145Z (8 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.