mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
Merge pull request #1474 from molecula/bench-autogenerate
Add benchmarking of autogenerated ID data
This commit is contained in:
commit
eff313d181
2 changed files with 10 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ SHA=$(git -C $PILOSA_SRC rev-parse HEAD)
|
|||
# Format current date.
|
||||
DATE=$(date '+%Y%m%d')
|
||||
|
||||
for FILENAME in gh.1m.yml gh.issues.keyed.yml gh.issues.unkeyed.yml
|
||||
for FILENAME in gh.1m.yml gh.issues.keyed.yml gh.issues.unkeyed.yml gh.issues.autogenerate.yml
|
||||
do
|
||||
WORKFLOW_PATH="${BASH_SOURCE%/*}/etc/gloat/${FILENAME}"
|
||||
WORKFLOW_NAME="$(gloat workflow name $WORKFLOW_PATH)"
|
||||
|
|
|
|||
9
scripts/etc/gloat/gh.issues.autogenerate.yml
Normal file
9
scripts/etc/gloat/gh.issues.autogenerate.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
name: "GitHub Issues Import Load Testing (two weeks, autogenerated ID)"
|
||||
|
||||
main: "pilosa server --data-dir ${TMPDIR} --txsrc ${STORAGE_BACKEND}"
|
||||
load: "molecula-consumer-github -i issues -a --external-generate --record-type issue --batch-size=100000 --start-time 2020-01-01T00:00:00Z --end-time 2020-01-13T23:00:00Z --cache-dir ~/.githubarchive"
|
||||
|
||||
health_url: "http://localhost:10101/status"
|
||||
vars_urls:
|
||||
- http://localhost:10101/debug/vars
|
||||
- http://localhost:7070/debug/vars
|
||||
Loading…
Add table
Reference in a new issue