mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-16 01:12:15 +03:00
fix benchmarks outputs
This commit is contained in:
committed by
Konstantinos Margaritis
parent
d39e132fdf
commit
8ae4fab6c6
@@ -1,3 +1,13 @@
|
||||
/*define colour control characters*/
|
||||
#define RST "\x1B[0m"
|
||||
#define KRED "\x1B[31m"
|
||||
#define KGRN "\x1B[32m"
|
||||
#define KYEL "\x1B[33m"
|
||||
#define KBLU "\x1B[34m"
|
||||
#define KMAG "\x1B[35m"
|
||||
#define KCYN "\x1B[36m"
|
||||
#define KWHT "\x1B[37m"
|
||||
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user