diff --git a/.circleci/config.yml b/.circleci/config.yml index 843f65b327..fa1c278b72 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -190,7 +190,7 @@ jobs: - run: ./scripts/run-bench.sh - run: cat BENCHMARKS.md - run: "git clone https://arekkas:$DOCS_TOKEN_PUSH@github.com/ory/docs.git ../docs" - - run: "cp BENCHMARKS.md ../docs/guides/performance/1-hydra.md" + - run: "cp BENCHMARKS.md ../docs/performance/hydra.md" - run: "(cd ../docs && git add -A && git commit -a -m \"Updates ORY Hydra Performance benchmarks\" && git push origin) || exit 0" workflows: diff --git a/scripts/run-bench.sh b/scripts/run-bench.sh index 1bc79e4263..9f201a15c6 100755 --- a/scripts/run-bench.sh +++ b/scripts/run-bench.sh @@ -11,7 +11,10 @@ clientSecret=benchsecret basicAuth=YmVuY2hjbGllbnQ6YmVuY2hzZWNyZXQ= cat > BENCHMARKS.md << EOF -# ORY Hydra Performance Benchmarks +--- +id: performance-hydra +title: ORY Hydra +--- In this document you will find benchmark results for different endpoints of ORY Hydra. All benchmarks are executed using [rakyll/hey](https://github.com/rakyll/hey). Please note that these benchmarks run against the in-memory storage