[midPoint-git] [Evolveum/midpoint] 40dd84: Add dumping representative shadows in perf. test
mederly
noreply at github.com
Wed Feb 19 17:37:06 CET 2025
Branch: refs/heads/feature/perf-reporting-4.8
Home: https://github.com/Evolveum/midpoint
Commit: 40dd84193fd84624c1e4f93d2a18caa868e366bd
https://github.com/Evolveum/midpoint/commit/40dd84193fd84624c1e4f93d2a18caa868e366bd
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/sysperf/TestSystemPerformance.java
Log Message:
-----------
Add dumping representative shadows in perf. test
Commit: 981e38f526836f673804d7f25491e7fe548a2931
https://github.com/Evolveum/midpoint/commit/981e38f526836f673804d7f25491e7fe548a2931
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/sysperf/ImportConfiguration.java
A testing/story/src/test/java/com/evolveum/midpoint/testing/story/sysperf/RandomSource.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/sysperf/ReconciliationConfiguration.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/sysperf/RolesConfiguration.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/sysperf/SourceInitializer.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/sysperf/SourcesConfiguration.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/sysperf/TargetsConfiguration.java
Log Message:
-----------
Make TestSystemPerformance less random
In order to compare performance between various runs more exactly,
this commit reduces the variability of generated data.
Previously, the number of operations varied mainly because the number
of technical roles (and therefore, entitlements) could be different
amount of overlap between randomly-generated and randomly-assigned
business roles.
Now we reduce the randomness by using a generator with a fixed seed.
Compare: https://github.com/Evolveum/midpoint/compare/e4072dab1a5d...981e38f52683
To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/midpoint/settings/notifications
More information about the midPoint-svn
mailing list