diff --git a/.github/workflows/performance-tests-scheduled.yml b/.github/workflows/performance-tests-scheduled.yml index f326fab753c..195a7c81ed7 100644 --- a/.github/workflows/performance-tests-scheduled.yml +++ b/.github/workflows/performance-tests-scheduled.yml @@ -38,6 +38,9 @@ jobs: env: | DHIS2_IMAGE=dhis2/core-dev:latest SIMULATION_CLASS=org.hisp.dhis.test.platform.UsersPerformanceTest + DB_DIR=dev + DB_TYPE=platform-perf + DB_VERSION=44-2026-06-03 WARMUP=2 MVN_ARGS="-Diterations=10 -Dprofile=smoke" slack_webhook_secret: SLACK_WEBHOOK_PLATFORM_PERFORMANCE @@ -45,6 +48,9 @@ jobs: env: | DHIS2_IMAGE=dhis2/core-dev:latest SIMULATION_CLASS=org.hisp.dhis.test.platform.UsersPerformanceTest + DB_DIR=dev + DB_TYPE=platform-perf + DB_VERSION=44-2026-06-03 MVN_ARGS=-Diterations=30 slack_webhook_secret: SLACK_WEBHOOK_PLATFORM_PERFORMANCE uses: ./.github/workflows/performance-tests.yml diff --git a/dhis-2/dhis-test-performance/src/test/java/org/hisp/dhis/test/platform/UsersPerformanceTest.java b/dhis-2/dhis-test-performance/src/test/java/org/hisp/dhis/test/platform/UsersPerformanceTest.java index 94b7c819cba..1500a3d020e 100644 --- a/dhis-2/dhis-test-performance/src/test/java/org/hisp/dhis/test/platform/UsersPerformanceTest.java +++ b/dhis-2/dhis-test-performance/src/test/java/org/hisp/dhis/test/platform/UsersPerformanceTest.java @@ -55,7 +55,8 @@ /** * Performance test for single-user CRUD operations on {@code /api/users}. * - *
Five scenarios, all running against the Sierra Leone demo DB by default: + *
Five scenarios, all running against the platform-perf DB (~250k users / ~250k org units) by + * default: * *
Run with {@code -DuserGroupUid= Configuration can be provided via a {@code .properties} file instead of individual {@code -D}
* flags:
@@ -82,16 +83,16 @@
*
* Individual {@code -D} flags always override values from the config file.
*
- * Available properties (with SL demo DB defaults):
+ * Available properties (with platform-perf DB defaults):
*
*
*