benchmark: use `cluster.isPrimary` instead of `cluster.isMaster` by deokjinkim · Pull Request #48002 · nodejs/node
added
benchmark
labels
May 14, 2023`cluster.isMaster` was deprecated. So need to use `cluster.isPrimary` for benchmark. Refs: nodejs#47981
deokjinkim
changed the title
benchmark,test: use
benchmark: use cluster.isPrimary instead of cluster.isMastercluster.isPrimary instead of cluster.isMaster
deokjinkim
added
request-ci
and removed http
Issues or PRs related to the http subsystem. Issues and PRs related to the tests.labels
May 15, 2023targos pushed a commit that referenced this pull request
May 30, 2023danielleadams pushed a commit that referenced this pull request
Jul 6, 2023MoLow pushed a commit to MoLow/node that referenced this pull request
Jul 6, 2023`cluster.isMaster` was deprecated. So need to use `cluster.isPrimary` for benchmark. Refs: nodejs#47981 PR-URL: nodejs#48002 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This file contains hidden or 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