updated performance tests
[svn/Cll1h/.git] / demos / performance / test-performance2.sh
index d0ef063b7987090c0eeb8bfa780b333eabd0f7ca..7298303f185eb9ba3c3e6b5c2250f8c45020484d 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/sh
 
-cat print2.py
-echo "Running..."
-time ./print2.py > /dev/null
-
 cat print2.rb
 echo "Running..."
 time ./print2.rb > /dev/null
 
+cat print2.py
+echo "Running..."
+time ./print2.py > /dev/null
+
 cat cout2.cpp
 echo "Compiling..."
 time g++ -O4 cout2.cpp -o cout2
This page took 0.108606 seconds and 4 git commands to generate.