kanidm/tools/orca/profile-sample.toml
Sebastiano Tocci 60e5b0970e
New orca models (#2909)
* Orca is happy, everyone is happy
* added model selection option for Orca and properly included opt.rs inside the file tree instead of using `include!` macro
* added variable login delay to both read and write models!
* Clippy and William are happier this way
* fixed toml syntax for member count and removed old person_count_by_group inside ProfileBuilder
* added strong typing for group names, in the future this should help adding CLI support
* added the `latency_measurer` model and improved the ActorModel trait
* Fixed lots of bugs and made clippy happier
* updated all models to use random backoff time for the login transition
2024-07-30 12:11:01 +10:00

25 lines
549 B
TOML

admin_password = ""
control_uri = "https://localhost:8443"
extra_uris = []
group_count = 5
idm_admin_password = ""
model = "writer"
person_count = 500
seed = -1236045086759770365
test_time = 60
thread_count = 20
warmup_time = 10
[group.role_people_self_mail_write]
member_count = 500
[group.role_people_self_set_password]
member_count = 0
[group.role_people_pii_reader]
member_count = 0
[group.role_people_self_read_profile]
member_count = 0
[group.role_people_self_read_member_of]
member_count = 0
[group.role_people_group_admin]
member_count = 0