From 827122e165922c4010096c8d9ad32913ae06ab9e Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 4 Sep 2023 22:40:18 -0400 Subject: benchmark --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 37e7c99..fe73293 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,12 +3,15 @@ name = "tiny-png" version = "0.1.0" edition = "2021" -[dependencies] - [dev-dependencies] +criterion = { version = "0.5.1", features = ["html_reports"] } png = "0.17.10" [features] default = ["std"] std = [] adler = [] + +[[bench]] +name = "bench" +harness = false -- cgit v1.2.3