From 1f9433d9f591b8a6193f215113b97e174b850e62 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 18 Jul 2022 18:57:08 +0200 Subject: Add a benchmark --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1b075af..6971481 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,10 +13,17 @@ categories = ["compilers", "encoding", "parser-implementations", "parsing", "tex include = ["src/", "license"] publish = false +[[bench]] +name = "bench" +harness = false + [dependencies] env_logger = "0.9" log = "0.4" +[dev-dependencies] +criterion = "0.3" + [build-dependencies] regex = "1.5" reqwest = "0.11" -- cgit