Skip to content

Commit 1506eb5

Browse files
joyeecheungevanlucas
authored andcommitted
build: remove bench-* targets
PR-URL: #18150 Fixes: #17053 Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 5a95905 commit 1506eb5

File tree

1 file changed

+4
-48
lines changed

1 file changed

+4
-48
lines changed

Makefile

+4-48
Original file line numberDiff line numberDiff line change
@@ -1020,57 +1020,13 @@ ifeq ($(XZ), 0)
10201020
ssh $(STAGINGSERVER) "touch nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/$(TARNAME)-$(OSTYPE)-$(ARCH).tar.xz.done"
10211021
endif
10221022

1023-
.PHONY: bench-net
1024-
bench-net: all
1025-
@$(NODE) benchmark/run.js net
1026-
1027-
bench-crypto: all
1028-
@$(NODE) benchmark/run.js crypto
1029-
1030-
.PHONY: bench-tls
1031-
bench-tls: all
1032-
@$(NODE) benchmark/run.js tls
1033-
1034-
.PHONY: bench-http
1035-
bench-http: all
1036-
@$(NODE) benchmark/run.js http
1037-
1038-
.PHONY: bench-fs
1039-
bench-fs: all
1040-
@$(NODE) benchmark/run.js fs
1041-
1042-
.PHONY: bench-misc
1043-
bench-misc: benchmark/misc/function_call/build/Release/binding.node
1044-
@$(NODE) benchmark/run.js misc
1045-
1046-
.PHONY: bench-array
1047-
bench-array: all
1048-
@$(NODE) benchmark/run.js arrays
1049-
1050-
.PHONY: bench-buffer
1051-
bench-buffer: all
1052-
@$(NODE) benchmark/run.js buffers
1053-
1054-
bench-url: all
1055-
@$(NODE) benchmark/run.js url
1056-
1057-
bench-events: all
1058-
@$(NODE) benchmark/run.js events
1059-
1060-
bench-util: all
1061-
@$(NODE) benchmark/run.js util
1062-
1063-
bench-dgram: all
1064-
@$(NODE) benchmark/run.js dgram
1065-
10661023
.PHONY: bench-all
1067-
bench-all: bench bench-misc bench-array bench-buffer bench-url bench-events bench-dgram bench-util
1024+
bench-all:
1025+
@echo "Please use benchmark/run.js or benchmark/compare.js to run the benchmarks."
10681026

10691027
.PHONY: bench
1070-
bench: bench-net bench-http bench-fs bench-tls
1071-
1072-
.PHONY: bench-ci
1073-
bench-ci: bench
1028+
bench:
1029+
@echo "Please use benchmark/run.js or benchmark/compare.js to run the benchmarks."
10741030

10751031
.PHONY: lint-md-clean
10761032
lint-md-clean:

0 commit comments

Comments
 (0)