Major header file rewrite and cleanup, but no new functions
[svn/Cll1h/.git] / demos / performance / test-performance2.sh
index b545771603b3980c30ae6315500075e9da73075d..b99b9b11959e54f5de8df0671207d911a469ef18 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+echo `grep "model name"  /proc/cpuinfo |cut -f 2 -d :` `grep "cpu MHz"  /proc/cpuinfo |cut -f 2 -d :` Mhz  ` grep "bogomips"  /proc/cpuinfo |cut -f 2 -d :` bogomips 
 
 echo "------------------------------------------------------------- Ruby"
 cat print2.rb
@@ -108,4 +109,3 @@ echo -n "Compiling..."
 time gcc -O2 fputs2.c -o fputs2
 echo -n "Running..."
 time ./fputs2 > /dev/null
-echo
This page took 0.125074 seconds and 4 git commands to generate.