Skip to content

Commit

Permalink
Fix bench config
Browse files Browse the repository at this point in the history
  • Loading branch information
samtay committed Jun 30, 2021
1 parent 19a37f3 commit 9770693
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9770693

Please sign in to comment.