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

Startup time 5 times slower with node 8.1.4 #14457

Closed
ArgonAlex opened this issue Jul 24, 2017 · 1 comment
Closed

Startup time 5 times slower with node 8.1.4 #14457

ArgonAlex opened this issue Jul 24, 2017 · 1 comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. performance Issues and PRs related to the performance of Node.js. v8 engine Issues and PRs related to the V8 dependency.

Comments

@ArgonAlex
Copy link

  • Version: 8.1.4
  • Platform: darwin
$ node --version
v8.1.3
$ time node -e ""

real	0m0.053s
user	0m0.035s
sys	0m0.010s
$ node --version
v8.1.4
$ time node -e ""

real	0m0.267s
user	0m0.237s
sys	0m0.020s

The slowness persists in 8.2.1 as well.

@addaleax
Copy link
Member

I think this is essentially a duplicate of #14171?

@addaleax addaleax marked this as a duplicate of #14171 Jul 24, 2017
@addaleax addaleax added duplicate Issues and PRs that are duplicates of other issues or PRs. v8 engine Issues and PRs related to the V8 dependency. labels Jul 24, 2017
@mscdex mscdex added the performance Issues and PRs related to the performance of Node.js. label Jul 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. performance Issues and PRs related to the performance of Node.js. v8 engine Issues and PRs related to the V8 dependency.
Projects
None yet
Development

No branches or pull requests

4 participants