Skip to content

Commit 1730f92

Browse files
authored
1 parent 21fdfc7 commit 1730f92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

devops/scripts/benchmarks/benches/compute.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ def bin_args(self) -> list[str]:
466466
f"--src={self.destination}",
467467
f"--dst={self.destination}",
468468
f"--size={self.size}",
469+
"--withCopyOffload=0",
469470
]
470471

471472

@@ -501,6 +502,7 @@ def bin_args(self) -> list[str]:
501502
f"--destinationPlacement={self.destination}",
502503
f"--size={self.size}",
503504
"--count=100",
505+
"--withCopyOffload=0",
504506
]
505507

506508

0 commit comments

Comments
 (0)