Skip to content

Commit

Permalink
Merge pull request #8 from Gnarus-G/feat/concurrency
Browse files Browse the repository at this point in the history
Feat/concurrency
  • Loading branch information
Gnarus-G committed May 6, 2023
2 parents c205db9 + 1d2f145 commit 3c0b779
Show file tree
Hide file tree
Showing 13 changed files with 656 additions and 268 deletions.
245 changes: 241 additions & 4 deletions Cargo.lock

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

10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ clap = { version = "3.2.6", features = ["derive"] }
regex = "1.5.6"
mrp = { path = "./mrp/" }
glob = "0.3.1"
stderrlog = "0.5.4"
log = "0.4.17"
rayon = "1.7.0"

[dev-dependencies]
criterion = "0.4"

[[bench]]
name = "bulk_renames"
harness = false

[workspace]
members = ["mrp"]
Loading

0 comments on commit 3c0b779

Please sign in to comment.