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