mirror of
https://github.com/simon987/fastimagehash.git
synced 2025-12-16 07:39:02 +00:00
add whash wname option
This commit is contained in:
@@ -35,7 +35,7 @@ static void BM_whash(benchmark::State &state) {
|
||||
void *buf = load_test_file(&size);
|
||||
|
||||
for (auto _ : state) {
|
||||
whash_mem(buf, tmp, size, state.range(), 0);
|
||||
whash_mem(buf, tmp, size, state.range(), 0, "haar");
|
||||
}
|
||||
|
||||
free(buf);
|
||||
|
||||
Reference in New Issue
Block a user