performance tests updated with .cpp code
[svn/Cll1h/.git] / demos / performance / test-performance2.sh
similarity index 82%
rename from demos/performance/test-performance2
rename to demos/performance/test-performance2.sh
index 736593dcc5c0c9cf39dc3e76195cc2b094c1219a..d35482655444f0c7eddd1eede52b023eebb32013 100755 (executable)
@@ -4,6 +4,12 @@ cat print2.py
 echo "Running..."
 time ./print2.py > /dev/null
 
+cat cout2.cpp
+echo "Compiling..."
+time make cout2
+echo "Running..."
+time ./cout2 > /dev/null
+
 cat print2.pl
 echo "Running..."
 time ./print2.pl > /dev/null
This page took 0.151121 seconds and 4 git commands to generate.