spelling: head
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
c04a975e00
commit
c3002a4d70
@ -545,14 +545,14 @@ void benchmark_directory(const char *path, benchmark_result_t *grand_total) {
|
|||||||
|
|
||||||
benchmark_result_t dir_total = {0};
|
benchmark_result_t dir_total = {0};
|
||||||
|
|
||||||
int has_shown_heaad = 0;
|
int has_shown_head = 0;
|
||||||
for (int i = 0; (file = readdir(dir)) != NULL; i++) {
|
for (int i = 0; (file = readdir(dir)) != NULL; i++) {
|
||||||
if (strcmp(file->d_name + strlen(file->d_name) - 4, ".png") != 0) {
|
if (strcmp(file->d_name + strlen(file->d_name) - 4, ".png") != 0) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!has_shown_heaad) {
|
if (!has_shown_head) {
|
||||||
has_shown_heaad = 1;
|
has_shown_head = 1;
|
||||||
printf("## Benchmarking %s/*.png -- %d runs\n\n", path, opt_runs);
|
printf("## Benchmarking %s/*.png -- %d runs\n\n", path, opt_runs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user