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

Remove support for node 14 #173

Merged
merged 1 commit into from
May 17, 2024
Merged

Remove support for node 14 #173

merged 1 commit into from
May 17, 2024

Conversation

nsavoire
Copy link

What does this PR do?:
Remove support for node 14

@nsavoire nsavoire added the semver-major Typically reserved for major breaking changes label May 16, 2024
Copy link

github-actions bot commented May 16, 2024

Overall package size

Self size: 7.41 MB
Deduped: 7.78 MB
No deduping: 7.78 MB

Dependency sizes

name version self size total size
source-map 0.7.4 226 kB 226 kB
pprof-format 2.1.0 111.69 kB 111.69 kB
p-limit 3.1.0 7.75 kB 13.78 kB
delay 5.0.0 11.17 kB 11.17 kB
node-gyp-build 3.9.0 8.81 kB 8.81 kB

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@pr-commenter
Copy link

pr-commenter bot commented May 16, 2024

Benchmarks

Benchmark execution time: 2024-05-17 11:00:32

Comparing candidate commit d393231 in PR branch nsavoire/remove_node14_support with baseline commit bebf35b in branch main.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 59 metrics, 31 unstable metrics.

@nsavoire nsavoire marked this pull request as ready for review May 16, 2024 16:41
@@ -65,7 +65,7 @@ class WallProfiler : public Nan::ObjectWrap {
bool withContexts_ = false;
bool started_ = false;
bool workaroundV8Bug_;
bool detectV8Bug_;
bool detectV8Bug_ = true;
Copy link

Choose a reason for hiding this comment

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

Do you want to keep this declared for code comprehension purposes? Presumably, the true value could just be inlined. Could also become a constexpr?

Copy link
Author

Choose a reason for hiding this comment

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

That was indeed my intent !
I changed the code to make the member variable static constexpr.

Qard
Qard previously approved these changes May 17, 2024
@nsavoire nsavoire merged commit e7d3e05 into main May 17, 2024
45 checks passed
@nsavoire nsavoire deleted the nsavoire/remove_node14_support branch May 17, 2024 11:12
szegedi pushed a commit that referenced this pull request Oct 22, 2024
szegedi pushed a commit that referenced this pull request Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-major Typically reserved for major breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants