Update benchmarks to use expvar URL list

This commit is contained in:
Ben Johnson 2021-01-18 13:43:53 -07:00
parent fbf546f131
commit 01e6781abd
13 changed files with 32 additions and 16 deletions

View file

@ -1,7 +1,9 @@
name: "GitHub Import Load Testing (1 day)"
main: "pilosa server --data-dir ${TMPDIR} --txsrc ${TXSRC}"
load: "molecula-consumer-github -i events -d id --record-type event --batch-size=100000 --start-time 2020-01-01T00:00:00Z --end-time 2020-01-01T23:00:00Z --cache-dir .githubarchive"
load: "molecula-consumer-github -i events -d id --record-type event --batch-size=100000 --start-time 2020-01-01T00:00:00Z --end-time 2020-01-01T23:00:00Z --cache-dir ~/.githubarchive"
health_url: "http://localhost:10101/status"
debug_url: "http://localhost:10101/debug"
vars_urls:
- http://localhost:10101/debug/vars
- http://localhost:7070/debug/vars

View file

@ -1,7 +1,9 @@
name: "GitHub Import Load Testing (1 month)"
main: "pilosa server --data-dir ${TMPDIR} --txsrc ${TXSRC}"
load: "molecula-consumer-github -i events -d id --record-type event --batch-size=100000 --start-time 2020-01-01T00:00:00Z --end-time 2020-01-31T23:00:00Z --cache-dir .githubarchive"
load: "molecula-consumer-github -i events -d id --record-type event --batch-size=100000 --start-time 2020-01-01T00:00:00Z --end-time 2020-01-31T23:00:00Z --cache-dir ~/.githubarchive"
health_url: "http://localhost:10101/status"
debug_url: "http://localhost:10101/debug"
vars_urls:
- http://localhost:10101/debug/vars
- http://localhost:7070/debug/vars

View file

@ -1,7 +1,9 @@
name: "GitHub Import Load Testing (1 week)"
main: "pilosa server --data-dir ${TMPDIR} --txsrc ${TXSRC}"
load: "molecula-consumer-github -i events -d id --record-type event --batch-size=100000 --start-time 2020-01-01T00:00:00Z --end-time 2020-01-06T23:00:00Z --cache-dir .githubarchive"
load: "molecula-consumer-github -i events -d id --record-type event --batch-size=100000 --start-time 2020-01-01T00:00:00Z --end-time 2020-01-06T23:00:00Z --cache-dir ~/.githubarchive"
health_url: "http://localhost:10101/status"
debug_url: "http://localhost:10101/debug"
vars_urls:
- http://localhost:10101/debug/vars
- http://localhost:7070/debug/vars

View file

@ -6,4 +6,5 @@ load: "pilosa-bench -type count -rate 100 -n 3000"
health_url: "http://localhost:10101/status"
health_regexp: "NORMAL"
debug_url: "http://localhost:10101/debug"
vars_urls:
- http://localhost:10101/debug/vars

View file

@ -6,4 +6,5 @@ load: "pilosa-bench -type difference -rate 10 -n 300"
health_url: "http://localhost:10101/status"
health_regexp: "NORMAL"
debug_url: "http://localhost:10101/debug"
vars_urls:
- http://localhost:10101/debug/vars

View file

@ -6,4 +6,5 @@ load: "pilosa-bench -type groupby -rate 100 -n 3000"
health_url: "http://localhost:10101/status"
health_regexp: "NORMAL"
debug_url: "http://localhost:10101/debug"
vars_urls:
- http://localhost:10101/debug/vars

View file

@ -6,4 +6,5 @@ load: "pilosa-bench -type intersect -rate 100 -n 3000"
health_url: "http://localhost:10101/status"
health_regexp: "NORMAL"
debug_url: "http://localhost:10101/debug"
vars_urls:
- http://localhost:10101/debug/vars

View file

@ -6,4 +6,5 @@ load: "pilosa-bench -type row -rate 100 -n 3000"
health_url: "http://localhost:10101/status"
health_regexp: "NORMAL"
debug_url: "http://localhost:10101/debug"
vars_urls:
- http://localhost:10101/debug/vars

View file

@ -6,4 +6,5 @@ load: "pilosa-bench -type row-range -rate 10 -n 300 -from 2020-01-01T00:00:00Z -
health_url: "http://localhost:10101/status"
health_regexp: "NORMAL"
debug_url: "http://localhost:10101/debug"
vars_urls:
- http://localhost:10101/debug/vars

View file

@ -6,4 +6,5 @@ load: "pilosa-bench -type row -rate 100 -n 3000"
health_url: "http://localhost:10101/status"
health_regexp: "NORMAL"
debug_url: "http://localhost:10101/debug"
vars_urls:
- http://localhost:10101/debug/vars

View file

@ -6,4 +6,5 @@ load: "pilosa-bench -type row-range -rate 10 -n 300 -from 2020-01-01T00:00:00Z -
health_url: "http://localhost:10101/status"
health_regexp: "NORMAL"
debug_url: "http://localhost:10101/debug"
vars_urls:
- http://localhost:10101/debug/vars

View file

@ -6,4 +6,5 @@ load: "pilosa-bench -type union -rate 10 -n 300"
health_url: "http://localhost:10101/status"
health_regexp: "NORMAL"
debug_url: "http://localhost:10101/debug"
vars_urls:
- http://localhost:10101/debug/vars

View file

@ -6,4 +6,5 @@ load: "pilosa-bench -type xor -rate 10 -n 300"
health_url: "http://localhost:10101/status"
health_regexp: "NORMAL"
debug_url: "http://localhost:10101/debug"
vars_urls:
- http://localhost:10101/debug/vars