Difference between pages "User talk:KristiCow" and "Benchmarking"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
(Created page with "Ayako is her name although it is not her origination name. Bookkeeping is the actual day job now and she's already applied great one. To research fashion is a thing which she'...")
 
 
Line 1: Line 1:
Ayako is her name although it is not her origination name. Bookkeeping is the actual day job now and she's already applied great one. To research fashion is a thing which she's been doing for years. Virginia has stayed her home and mother and father live nearby. Her husband in addition to the her maintain a website. You might want to check it out: http://safercolonblog.com<br><br>my blog ... [http://safercolonblog.com herbal colon cleanse]
== CPU ==
=== Compiler performance ===
<console># time emerge -1 coreutils</console>
<pre>real    2m17.574s
user    1m46.572s
sys    0m53.450s</pre>
 
== RAM ==
<console># emerge ramspeed
$ ramspeed -b2 -m4 && ramspeed -b1 -m4</console>
<pre>
INTEGER & READING      2048 Kb block: 5027.82 MB/s
INTEGER & READING      4096 Kb block: 4999.53 MB/s
...
INTEGER & WRITING      2048 Kb block: 2003.86 MB/s
INTEGER & WRITING      4096 Kb block: 1951.05 MB/s
</pre>
 
== Hard drive ==
=== hdparm ===
<console># hdparm -tT /dev/sda</console>
<pre>/dev/sda:
Timing cached reads:  2318 MB in 2.00 seconds = 1159.52 MB/sec
Timing buffered disk reads: 648 MB in  3.00 seconds = 215.92 MB/sec</pre>
 
=== dd ===
<console>$ dd bs=1M count=512 if=/dev/zero of=temp conv=fdatasync
# echo 3 > /proc/sys/vm/drop_caches
$ dd bs=1M count=512 if=temp of=/dev/null
$ rm temp</console>
<pre>536870912 bytes (537 MB) copied, 3.13319 s, 171 MB/s
..
536870912 bytes (537 MB) copied, 2.17444 s, 247 MB/s</pre>
 
== GPU ==
=== Warsow ===
==== Install ====
<console># emerge warsow
$ mkdir -p ~/.warsow-1.0/basewsw/demos
$ cd ~/.warsow-1.0/basewsw/demos
$ wget http://www.phoronix-test-suite.com/benchmark-files/pts-warsow-10-1.zip
$ unzip pts-warsow-10-1.zip</console>
==== Benchmark ====
<console>$ warsow +exec profiles/high+.cfg +timedemo 1 +cg_showFPS 1 +cl_maxfps 999 +demo pts-demo10 +next "quit" +r_mode -1</console>
<pre>899 frames, 76.4 seconds: 11.8 fps</pre>
 
=== Nexuiz ===
<console># emerge nexuiz
$ nexuiz-glx -benchmark demos/demo1 -nosound 2>&1 {{!}} egrep -e '[0-9]+ frames'</console>
<pre>1910 frames 42.0330749 seconds 45.4404063 fps, one-second fps min/avg/max: 35 46 63 (90 seconds)</pre>
 
=== Xonotic ===
<console># emerge xonotic
$ xonotic-glx -benchmark demos/the-big-keybench 2>&1 {{!}} egrep -e '[0-9]+ frames'</console>
<pre>12568 frames 556.0637400 seconds 22.6017255 fps, one-second fps min/avg/max: 19 23 27 (207 seconds)</pre>

Revision as of 16:18, August 22, 2013

CPU

Compiler performance

root # time emerge -1 coreutils
real    2m17.574s
user    1m46.572s
sys     0m53.450s

RAM

root # emerge ramspeed
user $ ramspeed -b2 -m4 && ramspeed -b1 -m4
INTEGER & READING      2048 Kb block: 5027.82 MB/s
INTEGER & READING      4096 Kb block: 4999.53 MB/s
...
INTEGER & WRITING      2048 Kb block: 2003.86 MB/s
INTEGER & WRITING      4096 Kb block: 1951.05 MB/s

Hard drive

hdparm

root # hdparm -tT /dev/sda
/dev/sda:
 Timing cached reads:   2318 MB in  2.00 seconds = 1159.52 MB/sec
 Timing buffered disk reads: 648 MB in  3.00 seconds = 215.92 MB/sec

dd

user $ dd bs=1M count=512 if=/dev/zero of=temp conv=fdatasync
root # echo 3 > /proc/sys/vm/drop_caches
user $ dd bs=1M count=512 if=temp of=/dev/null
user $ rm temp
536870912 bytes (537 MB) copied, 3.13319 s, 171 MB/s
..
536870912 bytes (537 MB) copied, 2.17444 s, 247 MB/s

GPU

Warsow

Install

root # emerge warsow
user $ mkdir -p ~/.warsow-1.0/basewsw/demos
user $ cd ~/.warsow-1.0/basewsw/demos
user $ wget http://www.phoronix-test-suite.com/benchmark-files/pts-warsow-10-1.zip
user $ unzip pts-warsow-10-1.zip

Benchmark

user $ warsow +exec profiles/high+.cfg +timedemo 1 +cg_showFPS 1 +cl_maxfps 999 +demo pts-demo10 +next "quit" +r_mode -1
899 frames, 76.4 seconds: 11.8 fps

Nexuiz

root # emerge nexuiz
user $ nexuiz-glx -benchmark demos/demo1 -nosound 2>&1 {{!}} egrep -e '[0-9]+ frames'
1910 frames 42.0330749 seconds 45.4404063 fps, one-second fps min/avg/max: 35 46 63 (90 seconds)

Xonotic

root # emerge xonotic
user $ xonotic-glx -benchmark demos/the-big-keybench 2>&1 {{!}} egrep -e '[0-9]+ frames'
12568 frames 556.0637400 seconds 22.6017255 fps, one-second fps min/avg/max: 19 23 27 (207 seconds)