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

feat(workspace-plugin): implement simple node measure execution utils #32806

Merged
merged 3 commits into from
Sep 11, 2024

Conversation

Hotell
Copy link
Contributor

@Hotell Hotell commented Sep 10, 2024

Previous Behavior

No logs in verbose mode on CI, how long did a task execution take

New Behavior

This PR implements time measurement utils and integrates them with our custom executors

  • when using our executors we will get measurement data on CI runs
  • this output will be present only in verbose mode: (--verbose or NX_VERBOSE_LOGGING=true)

Demo:

image

Related Issue(s)

@Hotell Hotell changed the title Nx/workspace plugin/executor timings feat(workspace-plugin): implement simple node measure execution utils Sep 10, 2024
@Hotell Hotell force-pushed the nx/workspace-plugin/executor-timings branch from 98e2945 to cd91ecd Compare September 10, 2024 14:47
@fabricteam
Copy link
Collaborator

📊 Bundle size report

✅ No changes found

@Hotell Hotell marked this pull request as ready for review September 10, 2024 15:26
@Hotell Hotell requested a review from a team as a code owner September 10, 2024 15:26
@Hotell Hotell merged commit 2f3250e into microsoft:master Sep 11, 2024
20 checks passed
@Hotell Hotell deleted the nx/workspace-plugin/executor-timings branch September 11, 2024 13:03
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.

3 participants