Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf(turbopack): Use Arc<String> instead of String #7772

Open
wants to merge 89 commits into
base: main
Choose a base branch
from
Open

Conversation

kdy1
Copy link
Member

@kdy1 kdy1 commented Mar 20, 2024

Description

I'll report back.

  • Command: cargo test -p turbopack-tests -- --nocapture
  • Memory allocated for String.clone(): 497515 bytes (not all, ConcreteTaskInput <-> String only)

Closes PACK-2776

Testing Instructions

Copy link

vercel bot commented Mar 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-native-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Apr 4, 2024 11:47pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 4, 2024 11:47pm
examples-tailwind-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Apr 4, 2024 11:47pm
rust-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 4, 2024 11:47pm
6 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Visit Preview Apr 4, 2024 11:47pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Visit Preview Apr 4, 2024 11:47pm
examples-gatsby-web ⬜️ Ignored (Inspect) Visit Preview Apr 4, 2024 11:47pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview Apr 4, 2024 11:47pm
examples-svelte-web ⬜️ Ignored (Inspect) Visit Preview Apr 4, 2024 11:47pm
examples-vite-web ⬜️ Ignored (Inspect) Visit Preview Apr 4, 2024 11:47pm

Copy link
Contributor

github-actions bot commented Mar 20, 2024

🟢 Turbopack Benchmark CI successful 🟢

Thanks

Copy link
Contributor

github-actions bot commented Mar 20, 2024

✅ This change can build next-swc

@kdy1
Copy link
Member Author

kdy1 commented Mar 20, 2024

Copy link
Contributor

github-actions bot commented Mar 20, 2024

⚠️ CI failed ⚠️

The following steps have failed in CI:

  • Turbopack Rust tests (mac/win, non-blocking)

See workflow summary for details

@kdy1
Copy link
Member Author

kdy1 commented Mar 21, 2024

I'll wait for the benchmark action to run

@kdy1
Copy link
Member Author

kdy1 commented Apr 5, 2024

Allocation with this PR:

image

@kdy1
Copy link
Member Author

kdy1 commented Apr 5, 2024

Current main:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant