Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcsunset/openwhisk-benchmark
Scripts to benchmark OpenWhisk
https://github.com/dcsunset/openwhisk-benchmark
Last synced: 3 days ago
JSON representation
Scripts to benchmark OpenWhisk
- Host: GitHub
- URL: https://github.com/dcsunset/openwhisk-benchmark
- Owner: DCsunset
- Created: 2022-04-03T16:29:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T19:50:44.000Z (over 2 years ago)
- Last Synced: 2024-11-08T08:55:01.891Z (about 2 months ago)
- Language: Shell
- Size: 3.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# openwhisk-benchmark
## launch-hello-exp
It benchmarks the invocation of a hello-world action.
To use it, first build and create the action `hello-go` in `actions` directory.
Then build the `launch-hello-exp` into a binary file.
Next, modify and run `launch-multi.sh` to stress OpenWhisk.
Finally, run `stat.py` to aggregate the result.
## launch-counter
It benchmarks the invocation of an action from the server side.
To use it, first build and create the action `counter` in `actions` directory.
Then build and run `counter-server`.
Next, modify the `host` in `launch.sh` to the API server address of OpenWhisk.
Finally, modify and run `launch-multi.sh` to stress OpenWhisk.