mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
add first simple benchmark reader (it simply spews random data, amount of lines specified in source).
This commit is contained in:
parent
872ad195f7
commit
9732859d44
6 changed files with 256 additions and 11 deletions
|
@ -174,6 +174,7 @@ enum Reader %{
|
|||
READER_DEFAULT,
|
||||
READER_ASCII,
|
||||
READER_RAW,
|
||||
READER_BENCHMARK,
|
||||
%}
|
||||
|
||||
enum Event %{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue