2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 08:25:16 +00:00
Files
kea/src/bin/resolver/bench/main.cc
Michal 'vorner' Vaner dd0c9ba580 [2871] Empty benchmark binary
Create all the necessary makefiles and other stuff, to have a place to
put the benchmarks to later.
2013-04-04 11:06:26 +02:00

4 lines
46 B
C++

int main(int, const char**) {
return 0;
}