ruby performance test added
[svn/Cll1h/.git] / demos / performance / test-performance2.sh
index 50f2eeff07da1353abd47c0c4587720f750e7e2f..d0ef063b7987090c0eeb8bfa780b333eabd0f7ca 100755 (executable)
@@ -4,6 +4,10 @@ cat print2.py
 echo "Running..."
 time ./print2.py > /dev/null
 
+cat print2.rb
+echo "Running..."
+time ./print2.rb > /dev/null
+
 cat cout2.cpp
 echo "Compiling..."
 time g++ -O4 cout2.cpp -o cout2
This page took 0.0875 seconds and 4 git commands to generate.