summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <samctay@pm.me>2021-06-30 01:08:43 -0400
committerSam Tay <samctay@pm.me>2021-06-30 01:08:43 -0400
commit9770693e180ce3393507b0defd474fc96e123905 (patch)
treeee75517607ba21085ebb007c0d53824f353ac147
parent19a37f3cd160de0c18ad12943ebf2e853f93c37c (diff)
Fix bench configv0.4.5
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
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]