Skip to content

Commit

Permalink
Disable scalability benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Aug 9, 2023
1 parent b3fe33d commit 69caacc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Keycloak Scalability Benchmark on Schedule

on:
schedule:
- cron: '0 7 * * 1-5' # Runs At 07:00 UTC on every day-of-week from Monday through Friday.
# This scheduled run is now disabled, as it has been superseded by rosa-scaling-benchmark.yml
# This workflow should eventually be removed.
workflow_dispatch:

jobs:

Expand Down
8 changes: 8 additions & 0 deletions doc/benchmark/modules/ROOT/pages/report/result-summary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ When running this from a GitHub Workflow, the file name is recorded in the GitHu

== Summarizing report for the scalability test

[WARNING]
====
Until August 2023, we've been running these tests continuously.
We found that the numbers weren't as actionable as we would like them to be.
So we're looking towards xref:report/rosa-benchmark-key-results.adoc[] and having those automated in the future.
This content will soon be removed.
====

For the scalability test, there is link:/keycloak-benchmark/dashbuilder[a report visualizing the latest runs here].

The process that leads to this diagram is as follows:
Expand Down

0 comments on commit 69caacc

Please sign in to comment.