From 9770693e180ce3393507b0defd474fc96e123905 Mon Sep 17 00:00:00 2001 From: Sam Tay Date: Wed, 30 Jun 2021 01:08:43 -0400 Subject: Fix bench config --- Cargo.lock | 4 ++-- Cargo.toml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b65c60c..97e0be6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1423,9 +1423,9 @@ checksum = "fd8be10f7485c8a323ea100b20d6052c27cf5968f08f8e3a56ee9f0cf38ebd3d" [[package]] name = "plotters-svg" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b38a02e23bd9604b842a812063aec4ef702b57989c37b655254bb61c471ad211" +checksum = "521fa9638fa597e1dc53e9412a4f9cefb01187ee1f7413076f9e6749e2885ba9" dependencies = [ "plotters-backend", ] diff --git a/Cargo.toml b/Cargo.toml index 223c991..1094159 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,10 +21,12 @@ criterion = "0.3" [[bench]] name = "html_parsing" +path = "benches/html_parsing.rs" harness = false [[bench]] name = "md_parsing" +path = "benches/md_parsing.rs" harness = false [dependencies] -- cgit v1.2.3