UnixBench でベンチマーク

Linux のベンチマークする。UnixBench で。

$ wget "http://www.hermit.org/Linux/Benchmarking/unixbench-5.1.2.tar.gz"
$ tar zxf unixbench-5.1.2.tar.gz
$ cd unixbench-5.1.2/

X の開発環境を入れてないと make でエラーになる。そもそも Graphic のベンチマークはいらないのでコメントアウトしちゃう。

$ cp -a Makefile Makefile.orig
$ sed -i 's/^GRAPHIC_TESTS = defined/#GRAPHIC_TESTS = defined/' Makefile
$ diff -urN Makefile.orig Makefile
--- Makefile.orig       2007-12-23 04:51:21.000000000 +0900
+++ Makefile    2010-06-24 01:43:10.000000000 +0900
@@ -43,7 +43,7 @@
 # X11 libraries on your system.
 #
 # Comment the line out to disable these tests.
-GRAPHIC_TESTS = defined
+#GRAPHIC_TESTS = defined
 # Set "GL_LIBS" to the libraries needed to link a GL program.
 GL_LIBS = -lGL -lXext -lX11
$ make
$ ./Run

参考資料

タイトルとURLをコピーしました