diff --git a/devops/scripts/benchmarks/benches/compute.py b/devops/scripts/benchmarks/benches/compute.py index 02e52f01e3266..ef8169ff56d4a 100644 --- a/devops/scripts/benchmarks/benches/compute.py +++ b/devops/scripts/benchmarks/benches/compute.py @@ -753,7 +753,7 @@ def _bin_args(self, run_trace: TracingType = TracingType.NONE) -> list[str]: f"--ioq={self._ioq}", f"--IsCopyOnly={self._is_copy_only}", "--MeasureCompletionTime=0", - f"--src={self._destination}", + f"--src={self._source}", f"--dst={self._destination}", f"--size={self._size}", "--withCopyOffload=0",