Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jul 8, 2023
1 parent 5febbe5 commit ad69c3c
Show file tree
Hide file tree
Showing 20 changed files with 2,109 additions and 59 deletions.
160 changes: 103 additions & 57 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cargo_metadata = "0.14.0"
clap = "4.2.0"
core-foundation = { version = "0.9.0", features = ["mac_os_10_7_support"] }
crates-io = { version = "0.36.1", path = "crates/crates-io" }
criterion = { version = "0.3.5", features = ["html_reports"] }
criterion = { version = "0.5.1", features = ["html_reports"] }
curl = "0.4.44"
curl-sys = "0.4.63"
env_logger = "0.10.0"
Expand Down Expand Up @@ -150,6 +150,7 @@ pathdiff.workspace = true
pretty_env_logger = { workspace = true, optional = true }
pulldown-cmark.workspace = true
rand.workspace = true
rusqlite = { version = "0.29.0", features = ["bundled"] }
rustfix.workspace = true
semver.workspace = true
serde = { workspace = true, features = ["derive"] }
Expand Down
5 changes: 5 additions & 0 deletions benches/benchsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ criterion.workspace = true
flate2.workspace = true
tar.workspace = true
url.workspace = true
env_logger.workspace = true

[lib]
bench = false
Expand All @@ -25,3 +26,7 @@ harness = false
[[bench]]
name = "workspace_initialization"
harness = false

[[bench]]
name = "last_use"
harness = false
Loading

0 comments on commit ad69c3c

Please sign in to comment.