diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d08273c8..64a91b0d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -13,10 +13,10 @@ R. Florian von Cube mschnepf Alexander Haas <104835302+haasal@users.noreply.github.com> mschnepf +Benjamin Rottler Dirk Sammel Matthias J. Schnepf Matthias Schnepf -Benjamin Rottler LGTM Migrator Matthias Schnepf PSchuhmacher diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index c8492197..ce4fcb54 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,4 +1,4 @@ -.. Created by changelog.py at 2023-08-08, command +.. Created by changelog.py at 2023-08-10, command '/Users/giffler/.cache/pre-commit/repor6pnmwlm/py_env-python3.10/bin/changelog docs/source/changes compile --output=docs/source/changelog.rst' based on the format of 'https://keepachangelog.com/' diff --git a/docs/source/index.rst b/docs/source/index.rst index 4d62ba5d..e88dfcc5 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -113,7 +113,7 @@ Configuration of TARDIS BatchSystem: adapter: FakeBatchSystem allocation: 1.0 - utilisation: !PeriodicValue + utilisation: !TardisPeriodicValue period: 3600 amplitude: 0.5 offset: 0.5 @@ -126,10 +126,10 @@ Configuration of TARDIS quota: 8000 # CPU core quota Fake: - api_response_delay: !RandomGauss + api_response_delay: !TardisRandomGauss mu: 0.1 sigma: 0.01 - resource_boot_time: !RandomGauss + resource_boot_time: !TardisRandomGauss mu: 60 sigma: 10 MachineTypes: @@ -182,7 +182,7 @@ Unified Configuration BatchSystem: adapter: FakeBatchSystem allocation: 1.0 - utilization: !PeriodicValue + utilization: !TardisPeriodicValue period: 3600 amplitude: 0.5 offset: 0.5 @@ -195,10 +195,10 @@ Unified Configuration quota: 8000 # CPU core quota Fake: - api_response_delay: !RandomGauss + api_response_delay: !TardisRandomGauss mu: 0.1 sigma: 0.01 - resource_boot_time: !RandomGauss + resource_boot_time: !TardisRandomGauss mu: 60 sigma: 10 MachineTypes: