i3-550でも速いんだなぁ…himenobenchでCPUベンチ
くそっぱやいマシンのCPUベンチもしてみました
cd /usr/src/
mkdir ./himenobench
cd ./himenobench
wget http://accc.riken.jp/assets/files/himenob_loadmodule/cc_himenoBMTxp_m.lzh
lha x cc_himenoBMTxp_m.lzh
make
./bmt
Intel(R) Xeon(TM) CPU 3.20GHz、3GB(DDR2)の場合
mimax = 129 mjmax = 129 mkmax = 257
imax = 128 jmax = 128 kmax =256
Start rehearsal measurement process.
Measure the performance in 3 times.
MFLOPS: 871.870579 time(s): 0.471762 1.733593e-03
Now, start the actual measurement process.
The loop will be excuted in 381 times
This will take about one minute.
Wait for a while
Loop executed for 381 times
Gosa : 1.063878e-03
MFLOPS measured : 899.810743 cpu : 58.053382
Score based on Pentium III 600MHz : 10.973302
Intel(R) Core(TM) i3 CPU 550 @ 3.20GHz、4GB(DDR3)の場合
mimax = 129 mjmax = 129 mkmax = 257
imax = 128 jmax = 128 kmax =256
Start rehearsal measurement process.
Measure the performance in 3 times.
MFLOPS: 1791.334187 time(s): 0.229614 1.733593e-03
Now, start the actual measurement process.
The loop will be excuted in 783 times
This will take about one minute.
Wait for a while
Loop executed for 783 times
Gosa : 8.442008e-04
MFLOPS measured : 1836.908475 cpu : 58.442390
Score based on Pentium III 600MHz : 22.401323
Σ(゚Д゚;エーッ!チゴイネ!
追加:2011.01.07
CentOSで試そうとしたらなぜか出来なかったので、スタティックなcのソースからmakeすることにした。
cd /usr/src/
mkdir ./himenobench
cd ./himenobench
wget http://accc.riken.jp/assets/files/himenob_loadmodule/himenoBMTxpa.lzh
lha x himenoBMTxpa.lzh
gcc -O2 himenobmtxpa.c -o bmt
./bmt
-Onは適時変えてください。
※2012.10 リンク先の姫野ベンチがなくなってしまったので…ftp://ftp.fwnet.jp/package/ に置いてあります。