Uh oh!
There was an error while loading. Please reload this page.
build: remove bench-* targets - #18150
Conversation
| bench: bench-net bench-http bench-fs bench-tls | ||
| .PHONY: bench-ci | ||
| bench-ci: bench |
There was a problem hiding this comment.
Looks like bench-ci got completely removed -- should it also get the "deprecation warning"?
There was a problem hiding this comment.
The CI is not using bench-ci so I think the chance of anyone using it is much smaller...
joyeecheung
commented
Jan 15, 2018
jasnell
left a comment
There was a problem hiding this comment.
LGTM but can you add a quick comment to the commit explaining why? :-)
@jasnell Sure, something like: This can be fixed during landing. |
joyeecheung
commented
Jan 16, 2018
Landed in 0c8aaf3, thanks! |
bnoordhuis
commented
Jan 19, 2018
@joyeecheung You left in the Is it possible that the benchmark is quietly broken? It exits without error when the binding.node file is missing. |
@bnoordhuis No I think I just forgot about |
This comment has been minimized.
This comment has been minimized.
MylesBorins
commented
May 22, 2018
@joyeecheung Should this be backported to |
Fixes: #17053
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
build