Commit 1506eb5 1 parent 5a95905 commit 1506eb5 Copy full SHA for 1506eb5
File tree 1 file changed +4
-48
lines changed
1 file changed +4
-48
lines changed Original file line number Diff line number Diff line change @@ -1020,57 +1020,13 @@ ifeq ($(XZ), 0)
1020
1020
ssh $(STAGINGSERVER) "touch nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/$(TARNAME)-$(OSTYPE)-$(ARCH).tar.xz.done"
1021
1021
endif
1022
1022
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
-
1066
1023
.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."
1068
1026
1069
1027
.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."
1074
1030
1075
1031
.PHONY : lint-md-clean
1076
1032
lint-md-clean :
You can’t perform that action at this time.
0 commit comments