We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18283cd commit 9bac2f7Copy full SHA for 9bac2f7
tests/performance/locustfiles/functions/map_test.py
@@ -28,11 +28,11 @@
28
_VALUES_FILE = _SCRIPT_DIR / "values.json"
29
assert _VALUES_FILE.is_file(), f"Values file not found: {_VALUES_FILE}"
30
31
-# _SOLVER_KEY = "simcore/services/comp/s4l-python-runner"
32
-# _SOLVER_VERSION = "1.2.200"
+_SOLVER_KEY = "simcore/services/comp/s4l-python-runner"
+_SOLVER_VERSION = "1.2.200"
33
34
-_SOLVER_KEY = "simcore/services/comp/osparc-python-runner"
35
-_SOLVER_VERSION = "1.4.1"
+# _SOLVER_KEY = "simcore/services/comp/osparc-python-runner"
+# _SOLVER_VERSION = "1.4.1"
36
37
38
def main(log_job: bool = False):
0 commit comments