logdna / logdna/agent-benchmarks
Add run profiles
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The amount of data generated and the length of the each execution is currently fixed: https://github.com/logdna/agent-benchmarks/blob/9321ff3b34aaeab39d11b40637c77e70a77542e0/terraform/scripts/setup.sh#L28-L32
We should add profiles that group these settings, for example:
- `5m-high-load`: 5 minutes run w/ high load.
- `2h-med-load`: 2 hours run with medium load (endurance).
- ...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in terraform/scripts/setup.sh at lines 28-32 and trace how the fixed data amount and execution length are consumed. Define how named profiles such as 5m-high-load and 2h-med-load select those settings, then verify that each example can be used to run with its intended duration and load.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell, terraform
- Domain
- infrastructure, performance
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100