micro-benchmarks for shufti, trufle and noodle added

This commit is contained in:
apostolos
2021-08-24 14:05:12 +03:00
committed by Konstantinos Margaritis
parent 08357a096c
commit 904a94fbe5
8 changed files with 360 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
add_executable(benchmarks benchmarks.cpp shufti.cpp truffle.cpp noodle.cpp)
set_source_files_properties(shufti.cpp PROPERTIES COMPILE_FLAGS
"-Wall -Wno-unused-variable")
target_link_libraries(benchmarks hs)