Skip to content
Josh Blum edited this page Aug 27, 2013 · 6 revisions

I have created a python-based benchmarking suite to compare the GRAS and GR scheduler, as well as implementations of blocks in both GREX and stock GNU Radio.

The performance is measured in BogoMips - that is bogus million items per second. The execution of a finite flowgraph is timed -- The throughput, items per time take is used as a performance metric. The actual numbers are not truly meaningful (hence the bogus part). However, the relative comparison between implementations is valuable.

Many of the benchmarks attempt to compare schedulers side-by-side, as well as benchmarking the overhead of the same block, but rewritten to take advantage of GRAS's features. For the comparison benchmarks, both GRAS and both GR default to 32kiB buffer sizes for "computational chunks".

Dual quad-core opteron

http://i.imgur.com/Dqs6Gg6.png

The query client showing side-by-side overhead comparison using a pie chart:

http://i.imgur.com/Fkx4QQw.png

Single 8-core intel i7

http://i.imgur.com/yG9GemQ.png
Clone this wiki locally