Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sol-eng/plumber-load-test
Code and a simple plumber api for configuring a load test
https://github.com/sol-eng/plumber-load-test
load-testing plumber
Last synced: 3 months ago
JSON representation
Code and a simple plumber api for configuring a load test
- Host: GitHub
- URL: https://github.com/sol-eng/plumber-load-test
- Owner: sol-eng
- License: apache-2.0
- Created: 2018-08-10T13:28:32.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-11-12T13:20:18.000Z (about 3 years ago)
- Last Synced: 2024-06-05T01:48:10.003Z (6 months ago)
- Topics: load-testing, plumber
- Language: R
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - sol-eng/plumber-load-test - Code and a simple plumber api for configuring a load test (R)
README
# Plumber Load Test
This Plumber API is designed to be used with Plumber Load tests. It is
configurable in its usage:- msg - this parameter is a character message that will be returned (echoed)
back in the response
- sleep - this numeric parameter specifies the length of time that the API will
"sleep" or "wait" before returning. It is improperly named, since it now burns
CPU the whole time it waits
- copies - this numeric parameter (once converted to an integer) specifies how
many times to copy the `msg` in the response. Increasing this value makes it
easier to force the API into sending large responses.