likwid-perfctr run for phoronix cpu benchmarks
Kicked off a run with the Phoronix CPU suite using likwid-perfctr. Benchmarks that were single-threaded were pinned to a single CPU, others to all CPUs.
#!/bin/bash likwid-perfctr -a | tail +3 | awk '{ print $1 }' | while read group do while read benchmark do likwid-perfctr -f -c 0-7 -g ${group} --output perfctr-03-15/${group}/cpu -${benchmark}-perfctr.txt phoronix-test-suite batch-run ${benchmark} > perfctr-0 3-15/${group}/cpu-${benchmark}-output.txt 2>&1 done < cpu-benchlist.txt done
A lot of data to still look through, so after the benchmark list, I've placed a table with the results files.
Test | Cores | CPI |
---|---|---|
pts/padman | multi | 1.03 |
pts/etqw-demo | multi | 0.74 |
pts/john-the-ripper | multi | 0.67 |
pts/ttsiod-renderer | multi | 1.16 |
pts/compress-pbzip2 | multi | 1.09 |
pts/compress-7zip | multi | 1.20 |
pts/encode-mp3 | single | 2.11 |
pts/encode-flac | single | 2.12 |
pts/x264 | multi | 0.77 |
pts/ffmpeg | multi | 0.79 |
pts/openssl | multi | 0.60 |
pts/himeno | single | 2.16 |
pts/apache | multi | 2.16 |
pts/c-ray | multi | 0.70 |
pts/povray | multi | 0.77 |
pts/smallpt | multi | 0.84 |
pts/tachyon | multi | 0.97 |
pts/crafty | single | 2.14 |
pts/tscp | single | 2.15 |
pts/mafft | multi | 0.76 |
pts/stream | multi | 18.79 |
Comments
likwid-perfctr run for phoronix cpu benchmarks — No Comments
HTML tags allowed in your comment: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>