Skip to content

perf_hooks: throw ERR_INVALID_ARG_VALUE if histogram.percentile param is NaN - #36937

Closed
Lxxyx wants to merge 1 commit into
nodejs:masterfrom
Lxxyx:fix-perf_hooks-histogram-error
Closed

perf_hooks: throw ERR_INVALID_ARG_VALUE if histogram.percentile param is NaN#36937
Lxxyx wants to merge 1 commit into
nodejs:masterfrom
Lxxyx:fix-perf_hooks-histogram-error

Conversation

@Lxxyx

Copy link
Copy Markdown
Member

Fixes: #36936

@RaisinTenRaisinTen added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 15, 2021
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@jasnell

Copy link
Copy Markdown
Member

Landed in 59af4e6

@jasnelljasnell closed this Jan 18, 2021
jasnell pushed a commit that referenced this pull request Jan 18, 2021
… is NaN
Fixes: #36936
PR-URL: #36937
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@Lxxyx
Lxxyx deleted the fix-perf_hooks-histogram-error branch January 18, 2021 21:43
ruyadorno pushed a commit that referenced this pull request Jan 22, 2021
… is NaN
Fixes: #36936
PR-URL: #36937
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@ruyadornoruyadorno mentioned this pull request Jan 22, 2021
ruyadorno pushed a commit that referenced this pull request Jan 25, 2021
… is NaN
Fixes: #36936
PR-URL: #36937
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
targos pushed a commit that referenced this pull request May 25, 2021
… is NaN
Fixes: #36936
PR-URL: #36937
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
targos pushed a commit that referenced this pull request May 30, 2021
… is NaN
Fixes: #36936
PR-URL: #36937
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
targos pushed a commit that referenced this pull request Jun 5, 2021
… is NaN
Fixes: #36936
PR-URL: #36937
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@targostargos mentioned this pull request Jun 6, 2021
targos pushed a commit that referenced this pull request Jun 11, 2021
… is NaN
Fixes: #36936
PR-URL: #36937
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

perf_hooks: histogram.percentile throw Assertion `(percentile) > (0)' failed when param is NaN

6 participants

@Lxxyx@nodejs-github-bot@jasnell@cjihrig@aduh95@RaisinTen