-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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_hooks: fix miscounted gc performance entry starttime #43066
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nodejs-github-bot
added
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
labels
May 12, 2022
4 tasks
legendecas
approved these changes
May 13, 2022
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
May 13, 2022
This was referenced May 14, 2022
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
May 18, 2022
27 tasks
legendecas
added
the
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
label
May 19, 2022
This was referenced May 20, 2022
20 tasks
This was referenced May 24, 2022
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Jun 9, 2022
jasnell
approved these changes
Jun 12, 2022
15 tasks
16 tasks
meixg
added
commit-queue-squash
Add this label to instruct the Commit Queue to squash all the PR commits into the first one.
commit-queue
Add this label to land a pull request using GitHub Actions.
labels
Jun 14, 2022
nodejs-github-bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Jun 14, 2022
Commit Queue failed- Loading data for nodejs/node/pull/43066 ✔ Done loading data for nodejs/node/pull/43066 ----------------------------------- PR info ------------------------------------ Title perf_hooks: fix miscounted gc performance entry starttime (#43066) Author Xuguang Mei (@meixg) Branch meixg:perf-hooks-gc-time-meixg -> nodejs:master Labels c++, author ready, needs-ci, commit-queue-squash Commits 2 - perf_hooks: fix miscounted gc performance entry starttime - perf_hooks: fix miscounted gc performance entry starttime Committers 1 - meixg PR-URL: https://github.com/nodejs/node/pull/43066 Fixes: https://github.com/nodejs/node/issues/43062 Reviewed-By: Chengzhong Wu Reviewed-By: James M Snell ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/43066 Fixes: https://github.com/nodejs/node/issues/43062 Reviewed-By: Chengzhong Wu Reviewed-By: James M Snell -------------------------------------------------------------------------------- ℹ This PR was created on Thu, 12 May 2022 05:17:12 GMT ✔ Approvals: 2 ✔ - Chengzhong Wu (@legendecas): https://github.com/nodejs/node/pull/43066#pullrequestreview-971910628 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/43066#pullrequestreview-1003513114 ✖ Last GitHub CI failed ℹ Last Full PR CI on 2022-06-13T14:18:27Z: https://ci.nodejs.org/job/node-test-pull-request/44489/ - Querying data for job/node-test-pull-request/44489/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/2492556784 |
nodejs-github-bot
added
the
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
label
Jun 14, 2022
Looks like the commit-queue label had a problem with GitHub CI checking, should I land this manually? |
17 tasks
Landed in 7f19518 |
targos
pushed a commit
that referenced
this pull request
Jul 12, 2022
targos
pushed a commit
that referenced
this pull request
Jul 18, 2022
targos
pushed a commit
that referenced
this pull request
Jul 31, 2022
guangwong
pushed a commit
to noslate-project/node
that referenced
this pull request
Oct 10, 2022
PR-URL: nodejs/node#43066 Fixes: nodejs/node#43062 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
c++
Issues and PRs that require attention from people who are familiar with C++.
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
commit-queue-squash
Add this label to instruct the Commit Queue to squash all the PR commits into the first one.
needs-ci
PRs that need a full CI run.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes: #43062