mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
11 lines
352 B
YAML
11 lines
352 B
YAML
name: "Difference() Load Testing"
|
|
|
|
main: "pilosa server --data-dir ~/pilosa.query.${STORAGE_BACKEND} --storage.backend ${STORAGE_BACKEND}"
|
|
load: "pilosa-bench -type difference -rate 10 -n 300"
|
|
|
|
health_url: "http://localhost:10101/status"
|
|
health_regexp: "NORMAL"
|
|
|
|
vars_urls:
|
|
- http://localhost:10101/debug/vars
|
|
- http://localhost:7070/debug/vars
|