blob: 0fbcdb2dea47c36cb21b202bfa850910b921c649 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
realname "Benchmarking"
define RUNTIME_BENCHMARKING
load_on auto
<add>
benchmark.cpp
benchmark.h
</add>
<requires>
algo_factory
block
buf_comp
hash
mac
rng
stream
timer
</requires>
|