Added a sample for benchmarking

This commit is contained in:
jpekkila
2020-03-30 17:22:41 +03:00
parent cc64968b9e
commit af531c1f96
3 changed files with 126 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
## benchmark
add_executable(benchmark main.cc)
target_link_libraries(benchmark astaroth_core astaroth_utils)