Syntax of failure criteria
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 20
- Forks
- 27
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 2
Description
**Is your feature request related to a problem? Please describe.**
Cannot find in doc syntax of all failure criteria.
**Describe the solution you'd like**
Will be good to have documented somewhere the failure criteria not only in source code :-)
```
const validAggregateList = {
'response_time_ms': ['avg', 'min', 'max', 'p50', 'p90', 'p95', 'p99'],
'requests_per_sec': ['avg'],
'requests': ['count'],
'latency': ['avg', 'min', 'max', 'p50', 'p90', 'p95', 'p99'],
'error': ['percentage']
}
```
**Additional context**
Add any other context or screenshots about the feature request here.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.