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 cf4b95fff2
commit bb9bcb3760
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)