performance tests updated with .cpp code
[svn/Cll1h/.git] / demos / performance / test-performance.sh
similarity index 84%
rename from demos/performance/test-performance
rename to demos/performance/test-performance.sh
index c7e1ddf6c242a7899436c23ebce7af65c0fb728c..9bc731bc60f1e24d3dfee4bcda86159da5566acc 100755 (executable)
@@ -4,6 +4,12 @@ cat print.py
 echo "Running..."
 time ./print.py > /dev/null
 
+cat cout.cpp
+echo "Compiling..."
+time make cout
+echo "Running..."
+time ./cout > /dev/null
+
 cat print.pl
 echo "Running..."
 time ./print.pl > /dev/null
This page took 0.111041 seconds and 4 git commands to generate.