Python range vs. xrange comparison added
[svn/Cll1h/.git] / demos / performance / test-performance2.sh
index 46e4a1d6176a9857c1c137e2fe46f74da97c5329..1df237a9b2627f7088cf71afd47dbaf959f353c9 100755 (executable)
@@ -8,6 +8,10 @@ cat print2.py
 echo "Running..."
 time ./print2.py > /dev/null
 
+cat xrange2.py
+echo "Running..."
+time ./xrange2.py > /dev/null
+
 cat echo2.php
 echo "Running..."
 time ./echo2.php > /dev/null
This page took 0.129513 seconds and 4 git commands to generate.