mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
most of the stuff we should need for benchmarking. next: search memory leaks, after 1.5million simulated
inputs we are leaking about 1Gb of ram...
This commit is contained in:
parent
28f3fa0144
commit
355b85fcd7
6 changed files with 34 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
@load ./main
|
||||
@load ./readers/ascii
|
||||
@load ./readers/raw
|
||||
@load ./readers/benchmark
|
||||
|
||||
|
|
8
scripts/base/frameworks/input/readers/benchmark.bro
Normal file
8
scripts/base/frameworks/input/readers/benchmark.bro
Normal file
|
@ -0,0 +1,8 @@
|
|||
##! Interface for the ascii input reader.
|
||||
|
||||
module InputBenchmark;
|
||||
|
||||
export {
|
||||
## multiplication factor for each second
|
||||
const factor = 1 &redef;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue