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

fix(benchmarks): fix timeout errors #457

Merged
merged 1 commit into from
Oct 10, 2020
Merged

fix(benchmarks): fix timeout errors #457

merged 1 commit into from
Oct 10, 2020

Conversation

dnlup
Copy link
Contributor

@dnlup dnlup commented Oct 10, 2020

The use of close event was causing timeouts. Switching to the finish event fixed it.

Fixes #456

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these running well on all versions of Node.js now?

benchmarks/index.js Outdated Show resolved Hide resolved
@dnlup
Copy link
Contributor Author

dnlup commented Oct 10, 2020

Are these running well on all versions of Node.js now?

No, I think we should add the matrix. If you agree I'll work on it.

@dnlup
Copy link
Contributor Author

dnlup commented Oct 10, 2020

Are these running well on all versions of Node.js now?

Sorry, I misunderstood. Yes, they run well on 10, 12, and 14. Do we want to add a matrix for benchmarks too?

I tested locally only those 3 versions.

The use of `close` event was causing timeouts. Switching to the
`finish` event fixed it.
@dnlup
Copy link
Contributor Author

dnlup commented Oct 10, 2020

Maybe the same matrix used in tests. I am not sure if it might be too much.

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ronag ronag merged commit b1ba471 into nodejs:master Oct 10, 2020
@dnlup dnlup deleted the bench_fix branch October 10, 2020 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing results on benchmarks in Node 10 and 12
3 participants