Major header file rewrite and cleanup, but no new functions
[svn/Cll1h/.git] / demos / performance / test-performance.sh
index 89a8b3e37088e0574db3ac97d96699dc59e34ba4..5da7b513a9f16a6bd04819f84cfdcdea07d1afb6 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 print.rb
@@ -116,3 +117,4 @@ echo -n "Compiling..."
 time gcc -O2 fputs.c -o fputs
 echo -n "Running..."
 time ./fputs > /dev/null
+
This page took 0.121553 seconds and 4 git commands to generate.