Python range vs. xrange comparison added
[svn/Cll1h/.git] / demos / performance / test-performance.sh
index 7c9af2f8cebb6b08ea0ab183686219f676a8f430..a31b74a7b6ced99b15064c9a81e936ff14ebd626 100755 (executable)
@@ -8,6 +8,10 @@ cat print.py
 echo "Running..."
 time ./print.py > /dev/null
 
+cat xrange.py
+echo "Running..."
+time ./xrange.py > /dev/null
+
 cat echo.php
 echo "Running..."
 time ./echo.php > /dev/null
This page took 0.095425 seconds and 4 git commands to generate.