Skip to content

Commit

Permalink
perf: optimize some important crates more aggressively (denoland#12332)
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Nov 8, 2021
1 parent 4c46862 commit b042697
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ opt-level = 3
opt-level = 3
[profile.bench.package.url]
opt-level = 3
[profile.bench.package.bytes]
opt-level = 3
[profile.bench.package.futures-util]
opt-level = 3
[profile.bench.package.hyper]
opt-level = 3
[profile.bench.package.tokio]
opt-level = 3

# NB: the `bench` and `release` profiles must remain EXACTLY the same.
[profile.release.package.rand]
Expand Down Expand Up @@ -114,3 +122,11 @@ opt-level = 3
opt-level = 3
[profile.release.package.url]
opt-level = 3
[profile.release.package.bytes]
opt-level = 3
[profile.release.package.futures-util]
opt-level = 3
[profile.release.package.hyper]
opt-level = 3
[profile.release.package.tokio]
opt-level = 3

0 comments on commit b042697

Please sign in to comment.