Skip to content

Commit 9c6686e

Browse files
committed
remove comment
1 parent 7ee1664 commit 9c6686e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/performance/locust_files/functions/workflow.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313
from tenacity import retry, retry_if_exception_type, stop_after_delay, wait_exponential
1414
from urllib3 import PoolManager, Retry
1515

16-
# Perform the following setup in order to run this load test:
17-
# 1. Copy .env-devel to .env in this directory and add your osparc keys to .env.
18-
# 2. Construct a study **template** according to study_template.png. passer.py is the file next to this file.
19-
# 3. Setup the locust settings in the .env file (see https://docs.locust.io/en/stable/configuration.html#all-available-configuration-options)
20-
# run 'make test target=metamodeling/workflow.py' in your terminal and watch the magic happen 🤩
21-
2216

2317
class UserSettings(BaseSettings):
2418
model_config = SettingsConfigDict(extra="ignore")

0 commit comments

Comments
 (0)