Renamed internal runner field filter -> if_

This makes it more consistent with the actual test field, at the cost of
the symbol collision.
This commit is contained in:
Christopher Haster
2023-08-04 13:54:10 -05:00
parent 5be7bae518
commit 1c128afc90
6 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ struct bench_case {
const bench_define_t *defines;
size_t permutations;
bool (*filter)(void);
bool (*if_)(void);
void (*run)(struct lfs_config *cfg);
};