We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
https://stackblitz.com/edit/node-w1u6nxz1?file=benchmark.sh&view=editor
After looking into it more, these lines are responsible for about ~50% of the total time:
tsx/src/esm/api/register.ts
Lines 59 to 71 in 26ef600
Flamegraph (added --cpu-prof flag to run.ts):
--cpu-prof
The text was updated successfully, but these errors were encountered:
Maybe tsx could add tsgo support, to make it faster. https://devblogs.microsoft.com/typescript/announcing-typescript-native-previews/
tsx
tsgo
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Acknowledgements
Minimal reproduction URL
https://stackblitz.com/edit/node-w1u6nxz1?file=benchmark.sh&view=editor
Problem & expected behavior (under 200 words)
After looking into it more, these lines are responsible for about ~50% of the total time:
tsx/src/esm/api/register.ts
Lines 59 to 71 in 26ef600
Flamegraph (added
--cpu-prof
flag to run.ts):Bugs are expected to be fixed by those affected by it
Compensating engineering work will speed up resolution and support the project
The text was updated successfully, but these errors were encountered: