diff options
author | Josh Blum | 2013-04-30 20:54:06 -0700 |
---|---|---|
committer | Josh Blum | 2013-04-30 20:54:06 -0700 |
commit | a373e34808d55d1775fd84a0e5e013455fed67e7 (patch) | |
tree | 5d53e8c4d998a76709033a8f360d697f53b25c09 /LICENSE.txt | |
parent | e085418e9299af5590157d3abe61bd0a3c3ed93d (diff) | |
download | sandhi-a373e34808d55d1775fd84a0e5e013455fed67e7.tar.gz sandhi-a373e34808d55d1775fd84a0e5e013455fed67e7.tar.bz2 sandhi-a373e34808d55d1775fd84a0e5e013455fed67e7.zip |
benchmarks: removed keep_m_in_n block from many rates
This block is optimized for laziness and not performance since it
returns before finishing its input based on whatever M is.
This means that m=1, n=1, this block produces 1000's of outputs per input buffer,
and its not really what I am looking to benchmark...
ironically, keep_m_in_n crappy implementation makes for big wins on GRAS
either due to lower scheduler overhead or locking contentions easier.
However, its crazy number of tiny outputs really rails on the
mailbox queue of the next block in the chain and causes
the caching allocators to get very exited.
I guess thats all fine since the block is meant to be lazy...
But I cant measure the effectiveness of a typical allocator situation.
Signing off...
Diffstat (limited to 'LICENSE.txt')
0 files changed, 0 insertions, 0 deletions