summaryrefslogtreecommitdiff
path: root/tests/format/image/png
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-05-22 09:43:59 +1000
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-05-22 09:43:59 +1000
commit77aa9a3259ddfd6c64534d63424d5b0fa3010900 (patch)
tree3744ec77c3cbe164457d1e421fd4bf7dceff4c02 /tests/format/image/png
parent4d42b317f4970bd08f9b81fcc184fc015736ff58 (diff)
refactor: move benches to include directory
Diffstat (limited to 'tests/format/image/png')
-rw-r--r--tests/format/image/png/png_open.c2
1 files changed, 2 insertions, 0 deletions
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 <tinyff/tinyff.h>
#include <tinyff/image/png.h>
#include <bridges/stdio/stream_bridge.h>
+#include <tinyff/bench/bench.h>
#include <stdio.h>
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;
}