We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e48e7 commit 578e97bCopy full SHA for 578e97b
tools/make/lib/complexity/Makefile
@@ -42,6 +42,15 @@ complexity-examples: complexity-javascript-examples
42
.PHONY: complexity-examples
43
44
45
+# Analyze benchmark code complexity.
46
+#
47
+# This target analyzes only benchmark files.
48
+
49
+complexity-benchmarks: complexity-javascript-benchmarks
50
51
+.PHONY: complexity-benchmarks
52
53
54
# View a complexity report.
55
#
56
# This target opens an HTML complexity report in a local web browser.
0 commit comments