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

Transformer times #39990

Closed
wants to merge 2 commits into from
Closed

Transformer times #39990

wants to merge 2 commits into from

Conversation

amcasey
Copy link
Member

@amcasey amcasey commented Aug 11, 2020

Instrumented build for #39969. FYI @JakeFDev

This should print the transformation time for each file to stderr. (I may have the units wrong - it might be us, rather than ms. Either way, hopefully there will be an obvious outlier.)

@typescript-bot typescript-bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Aug 11, 2020
@amcasey
Copy link
Member Author

amcasey commented Aug 11, 2020

@typescript-bot pack this

@typescript-bot
Copy link
Collaborator

typescript-bot commented Aug 11, 2020

Heya @amcasey, I've started to run the tarball bundle task on this PR at db3d1e3. You can monitor the build here.

@typescript-bot
Copy link
Collaborator

Hey @amcasey, I've packed this into an installable tgz. You can install it for testing by referencing it in your package.json like so:

{
    "devDependencies": {
        "typescript": "https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/_apis/build/builds/81998/artifacts?artifactName=tgz&fileId=E0DA32F3C2369726430EC82C5EF1EBB5073F03BC6C0C8EEB4C03AA62A4005D2402&fileName=/typescript-4.1.0-insiders.20200811.tgz"
    }
}

and then running npm install.

@amcasey
Copy link
Member Author

amcasey commented Aug 15, 2020

I integrated this tracing into #40063.

@amcasey amcasey closed this Aug 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants