From 77aa9a3259ddfd6c64534d63424d5b0fa3010900 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Fri, 22 May 2026 09:43:59 +1000 Subject: refactor: move benches to include directory --- tests/format/image/png/png_open.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/format/image') diff --git a/tests/format/image/png/png_open.c b/tests/format/image/png/png_open.c index 97392fb..3542ffa 100644 --- a/tests/format/image/png/png_open.c +++ b/tests/format/image/png/png_open.c @@ -2,6 +2,7 @@ #include #include #include +#include #include ff_result fftest_rgb2x2(ff_ctx* ctx) { @@ -35,6 +36,7 @@ ff_result fftest_lenna256(ff_ctx* ctx) { fclose(file); ff_close_png(ctx, png_ctx); + ff_bench_print(ctx, &(ctx)->bench); return res; } -- cgit v1.2.3