summaryrefslogtreecommitdiffstats
path: root/Tools/pybench/Lists.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/pybench/Lists.py')
-rw-r--r--Tools/pybench/Lists.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/pybench/Lists.py b/Tools/pybench/Lists.py
index 9aeb408..c39687e 100644
--- a/Tools/pybench/Lists.py
+++ b/Tools/pybench/Lists.py
@@ -157,8 +157,8 @@ class ListSlicing(Test):
def calibrate(self):
- n = range(100)
- r = range(25)
+ n = list(range(100))
+ r = list(range(25))
for i in range(self.rounds):
for j in r: