mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 08:35:55 +00:00
10 lines
274 B
YAML
10 lines
274 B
YAML
name: "Row() Load Testing"
|
|
|
|
main: "pilosa server --data-dir ~/pilosa.query.${TXSRC} --txsrc ${TXSRC}"
|
|
load: "pilosa-bench -type row -rate 100 -n 3000"
|
|
|
|
health_url: "http://localhost:10101/status"
|
|
health_regexp: "NORMAL"
|
|
|
|
vars_urls:
|
|
- http://localhost:10101/debug/vars
|