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,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);