Merge pull request #1474 from molecula/bench-autogenerate

Add benchmarking of autogenerated ID data
This commit is contained in:
Ben Johnson 2021-02-26 12:39:36 -07:00 committed by GitHub
commit eff313d181
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

@ -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)"

View 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