featurebase/scripts/etc/gloat/query.row-range.yml
2021-01-12 13:48:09 -07:00

9 lines
334 B
YAML

name: "Time-based Row() Load Testing"
main: "pilosa server --data-dir ~/pilosa.query.${TXSRC} --txsrc ${TXSRC}"
load: "pilosa-bench -type row-range -rate 10 -n 300 -from 2020-01-01T00:00:00Z -to 2020-01-31T23:00:00Z"
health_url: "http://localhost:10101/status"
health_regexp: "NORMAL"
debug_url: "http://localhost:10101/debug"