mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-16 09:21:52 +03:00
micro-benchmarks for shufti, trufle and noodle added
This commit is contained in:
committed by
Konstantinos Margaritis
parent
cf4b95fff2
commit
bb9bcb3760
4
benchmarks/CMakeLists.txt
Normal file
4
benchmarks/CMakeLists.txt
Normal 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)
|
||||
Reference in New Issue
Block a user