1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00
Files
node-redis/benchmark/lib/defaults.yml
2021-12-07 11:01:42 -05:00

32 lines
506 B
YAML

version: 0.1
remote:
- type: oss-standalone
- setup: redis-small
setups:
- oss-standalone
spec:
setups:
- name: oss-standalone
type: oss-standalone
redis_topology:
primaries: 1
replicas: 0
resources:
requests:
cpus: "1"
memory: "10g"
exporter:
output_path: "./*.js.json"
redistimeseries:
timemetric: "$.timestamp"
metrics:
- "$.p0"
- "$.p50"
- "$.p95"
- "$.p99"
- "$.p100"
- "$.operationsPerSecond"