diff --git a/benchmarks/basic_commands.py b/benchmarks/basic_commands.py
index 74ab07f919955b70e16354d929bf5a279314030c_YmVuY2htYXJrcy9iYXNpY19jb21tYW5kcy5weQ==..136e20815c5e1ce66a48d5d78b9a597221c96946_YmVuY2htYXJrcy9iYXNpY19jb21tYW5kcy5weQ== 100644
--- a/benchmarks/basic_commands.py
+++ b/benchmarks/basic_commands.py
@@ -293,8 +293,8 @@
         if self.rev:
             cmd.extend(['-r', self.rev])
         if expected_return_code is None:
-            expected_return_code = 1 if self.strip == "same" else 0
+            expected_return_code = 1 if self.partial_key == "same" else 0
         self.hg(*cmd, expected_return_code=expected_return_code)
 
     @params_as_kwargs
     def setup(self, repo, repo_type, strip, revset, **kwargs):
@@ -297,8 +297,8 @@
         self.hg(*cmd, expected_return_code=expected_return_code)
 
     @params_as_kwargs
     def setup(self, repo, repo_type, strip, revset, **kwargs):
-        self.strip = strip
+        self.partial_key = strip
         super(BaseExchangeTimeSuite, self).setup(repo, **kwargs)
         self._setup_repo_type(repo_type)
         self._setup_revset(revset)
@@ -302,7 +302,7 @@
         super(BaseExchangeTimeSuite, self).setup(repo, **kwargs)
         self._setup_repo_type(repo_type)
         self._setup_revset(revset)
-        repo_suffix = urllib.quote_plus(self.strip)
+        repo_suffix = urllib.quote_plus(self.partial_key)
         # We need to use the repo name here because the repo doesn't contains
         # the hash
         self.clone_path = os.path.join(REPOS_DIR, 'partial-references', '{}-partial-{}'.format(