Skip to content

Commit

Permalink
set stages to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamirr committed Jul 3, 2023
1 parent 814e76a commit f7c9a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goth_tests/e2e/vm/test_e2e_outbound_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def vm_exe_script(runner: Runner, addr: str, output_file: str):
return [
{"deploy": {}},
{"start": {}},
{"run": {"entry_point": "/golem/entrypoints/entrypoint.sh", "args": [addr, '22235', '22236', '22237', '0.5', '10', '4']}},
{"run": {"entry_point": "/golem/entrypoints/entrypoint.sh", "args": [addr, '22235', '22236', '22237', '0.5', '10', '0']}},
{
"transfer": {
"from": f"container:/golem/output/output.json",
Expand Down

0 comments on commit f7c9a97

Please sign in to comment.