From 1edc32317cbbcda22a3bb5a15034e5d758573f97 Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Wed, 3 Feb 2021 14:22:22 +0000 Subject: Create benchmark for JSON. --- chomp-macro/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chomp-macro/Cargo.toml') diff --git a/chomp-macro/Cargo.toml b/chomp-macro/Cargo.toml index b7d10aa..3bae0ef 100644 --- a/chomp-macro/Cargo.toml +++ b/chomp-macro/Cargo.toml @@ -13,6 +13,11 @@ features = ["parsing", "proc-macro"] [dev-dependencies] chewed = {path = "../chewed"} +criterion = "0.3.3" [lib] proc_macro = true + +[[bench]] +name = "json" +harness = false -- cgit v1.2.3