File tree Expand file tree Collapse file tree 1 file changed +4
-48
lines changed
Expand file tree Collapse file tree 1 file changed +4
-48
lines changed Original file line number Diff line number Diff line change @@ -1020,57 +1020,13 @@ ifeq ($(XZ), 0)
10201020 ssh $(STAGINGSERVER) "touch nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/$(TARNAME)-$(OSTYPE)-$(ARCH).tar.xz.done"
10211021endif
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
10761032lint-md-clean :
You can’t perform that action at this time.
0 commit comments