mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-15 17:02:14 +03:00
micro-benchmarks for shufti, trufle and noodle added
This commit is contained in:
committed by
Konstantinos Margaritis
parent
cf4b95fff2
commit
bb9bcb3760
5
benchmarks/benchmarks.hpp
Normal file
5
benchmarks/benchmarks.hpp
Normal file
@@ -0,0 +1,5 @@
|
||||
void shufti_benchmarks(int size, int loops, int M, bool has_match);
|
||||
void rshufti_benchmarks(int size, int loops, int M, bool has_match);
|
||||
void truffle_benchmarks(int size, int loops, int M, bool has_match);
|
||||
void rtruffle_benchmarks(int size, int loops, int M, bool has_match);
|
||||
void noodle_benchmarks(int size, int M, const char *lit_str, int lit_len, char nocase);
|
||||
Reference in New Issue
Block a user