Skip to content

Commit 9bac2f7

Browse files
committed
use s4l python runner
1 parent 18283cd commit 9bac2f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/performance/locustfiles/functions/map_test.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
_VALUES_FILE = _SCRIPT_DIR / "values.json"
2929
assert _VALUES_FILE.is_file(), f"Values file not found: {_VALUES_FILE}"
3030

31-
# _SOLVER_KEY = "simcore/services/comp/s4l-python-runner"
32-
# _SOLVER_VERSION = "1.2.200"
31+
_SOLVER_KEY = "simcore/services/comp/s4l-python-runner"
32+
_SOLVER_VERSION = "1.2.200"
3333

34-
_SOLVER_KEY = "simcore/services/comp/osparc-python-runner"
35-
_SOLVER_VERSION = "1.4.1"
34+
# _SOLVER_KEY = "simcore/services/comp/osparc-python-runner"
35+
# _SOLVER_VERSION = "1.4.1"
3636

3737

3838
def main(log_job: bool = False):

0 commit comments

Comments
 (0)