diff --git a/dataset/src/test/java/org/keycloak/benchmark/test/KeycloakServer.java b/dataset/src/test/java/org/keycloak/benchmark/test/KeycloakServer.java index f0aa1afd..0d9450f8 100644 --- a/dataset/src/test/java/org/keycloak/benchmark/test/KeycloakServer.java +++ b/dataset/src/test/java/org/keycloak/benchmark/test/KeycloakServer.java @@ -28,7 +28,7 @@ public class KeycloakServer { private static final String KEYCLOAK_VERSION = System.getProperty("keycloak.version", "999.0.0-SNAPSHOT"); - private static final String PROJECT_VERSION = System.getProperty("project.version", "0.13-SNAPSHOT"); + private static final String PROJECT_VERSION = System.getProperty("project.version", "0.14-SNAPSHOT"); public static void main(String[] rawArgs) { List args = new ArrayList<>(Arrays.asList(rawArgs)); diff --git a/doc/benchmark/modules/ROOT/pages/report/rosa-benchmark-key-results.adoc b/doc/benchmark/modules/ROOT/pages/report/rosa-benchmark-key-results.adoc index bf3aec80..6dfc0ed1 100644 --- a/doc/benchmark/modules/ROOT/pages/report/rosa-benchmark-key-results.adoc +++ b/doc/benchmark/modules/ROOT/pages/report/rosa-benchmark-key-results.adoc @@ -82,7 +82,7 @@ See xref:run/running-benchmark-ansible.adoc[] for details. cluster_size: 5 instance_type: t4g.small instance_volume_size: 30 -kcb_zip: ../benchmark/target/keycloak-benchmark-0.13-SNAPSHOT.zip +kcb_zip: ../benchmark/target/keycloak-benchmark-0.14-SNAPSHOT.zip kcb_heap_size: 1G ---- diff --git a/doc/benchmark/modules/ROOT/pages/run/running-benchmark-ansible.adoc b/doc/benchmark/modules/ROOT/pages/run/running-benchmark-ansible.adoc index 6aa24ebc..d483f5d6 100644 --- a/doc/benchmark/modules/ROOT/pages/run/running-benchmark-ansible.adoc +++ b/doc/benchmark/modules/ROOT/pages/run/running-benchmark-ansible.adoc @@ -122,7 +122,7 @@ Use the file `link:{github-files}/ansible/env_example.yml[env_example.yaml]` as .Example contents to configure the benchmark execution via `env.yml` [source,yaml] ---- -kcb_zip: ../benchmark/target/keycloak-benchmark-0.13-SNAPSHOT.zip +kcb_zip: ../benchmark/target/keycloak-benchmark-0.14-SNAPSHOT.zip kcb_heap_size: 1G ----