-
Notifications
You must be signed in to change notification settings - Fork 15
New Workload: TypeScript standalone #117
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for webkit-jetstream-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like a good workload, although sadly on it's last legs... I guess it will become a wasm benchmark when the Go transition happens 🙂
Can we add a README.md with the steps to rebuild?
Added README and license. |
Looks like this test also has a bunch of comments that have non-latin1 characters in them. We should probably fix that. That said, I'm a bit conflicted. It seems like this benchmark combines .ts source files into the final script, which seems odd. I would've expected that the |
Fair point, let me change that to something where we load the resources (.ts sources) separately and feed them as JS strings to |
|
Runs a in-memory typescript compilation of the
immer
library.npm run build
downloads and buildsrc/gen
in-memory file contents for 3 different libs (for local testing)