diff --git a/benchmarks/basic_commands.py b/benchmarks/basic_commands.py index 4693021e6326fc68b27862d5ed94070580f10fa6_YmVuY2htYXJrcy9iYXNpY19jb21tYW5kcy5weQ==..e5aa5852ad995ffaf49087bc52706342502d1eb1_YmVuY2htYXJrcy9iYXNpY19jb21tYW5kcy5weQ== 100644 --- a/benchmarks/basic_commands.py +++ b/benchmarks/basic_commands.py @@ -339,7 +339,7 @@ os.path.basename(self.clone_path))) # XXX: This should be deleted at the end but teardown, like setup, is # called for each repeat... - self.check_output('rsync', '--in-place', '--no-whole-file', '-aH', '--delete', '{}/'.format(self.clone_path), + self.check_output('rsync', '--inplace', '--no-whole-file', '-aH', '--delete', '{}/'.format(self.clone_path), self.tmp_clone_path) # Wait for everything to be written on disk to avoid Disk IO wait to # impact performances metrics @@ -373,7 +373,7 @@ os.path.basename(self.clone_path))) # XXX: This should be deleted at the end but teardown, like setup, is # called for each repeat... - self.check_output('rsync', '--in-place', '--no-whole-file', '-aH', '--delete', '{}/'.format(self.clone_path), + self.check_output('rsync', '--inplace', '--no-whole-file', '-aH', '--delete', '{}/'.format(self.clone_path), self.tmp_clone_path) # Wait for everything to be written on disk to avoid Disk IO wait to # impact performances metrics