summaryrefslogtreecommitdiff
path: root/bench/src/format/image/png.c
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-05-05 20:01:04 +1000
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-05-05 20:01:04 +1000
commit170921f8c21b498ed9a497c52931e72e791f2fd9 (patch)
tree1c7e681a5b4bd1dea65de388931d4ac1ed9d9de8 /bench/src/format/image/png.c
parentdf61c616e7e639d5782599c65de44464c2c50367 (diff)
feat(png): add benchmark markers to png decoding
Diffstat (limited to 'bench/src/format/image/png.c')
-rw-r--r--bench/src/format/image/png.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/bench/src/format/image/png.c b/bench/src/format/image/png.c
new file mode 100644
index 0000000..016f686
--- /dev/null
+++ b/bench/src/format/image/png.c
@@ -0,0 +1,6 @@
+#include "bench.h"
+
+int main(void)
+{
+
+}