ruby performance test added
[svn/Cll1h/.git] / demos / performance / test-performance.sh
index 45b5675ff75a0cfdf3aaca32e1422a3b5e363d81..31bb47d8b180d4f7a6d9dbc98671b606e38d8e17 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/sh
 
+cat print.rb
+echo "Running..."
+time ./print.rb > /dev/null
+
 cat print.py
 echo "Running..."
 time ./print.py > /dev/null
This page took 0.108091 seconds and 4 git commands to generate.