Skip to content

Commit 578e97b

Browse files
committed
Add benchmarks target
1 parent 56e48e7 commit 578e97b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tools/make/lib/complexity/Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ complexity-examples: complexity-javascript-examples
4242
.PHONY: complexity-examples
4343

4444

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+
4554
# View a complexity report.
4655
#
4756
# This target opens an HTML complexity report in a local web browser.

0 commit comments

Comments
 (0)