add first simple benchmark reader (it simply spews random data, amount of lines specified in source).

This commit is contained in:
Bernhard Amann 2012-03-26 12:20:39 -07:00
parent 872ad195f7
commit 9732859d44
6 changed files with 256 additions and 11 deletions

View file

@ -174,6 +174,7 @@ enum Reader %{
READER_DEFAULT,
READER_ASCII,
READER_RAW,
READER_BENCHMARK,
%}
enum Event %{