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