rapid-bird-79300
03/19/2024, 8:09 PMFind targets from input specs
https://github.com/pantsbuild/pants/blob/bd1870586746954b2de7f9f0d842ef99df3a6b3a/src/python/pants/engine/internals/specs_rules.py#L268-L276
In a large repo it can take up a majority of the time just getting targets from specs. In our case I've seen up over 5 mins when we pass in a spec-file for just parsing dependencies in Python code. This is even with warm cache.wide-midnight-78598
03/19/2024, 8:43 PMrapid-bird-79300
03/19/2024, 8:50 PM2.17.1
we are planning to upgrade soonwide-midnight-78598
03/19/2024, 8:57 PMrapid-bird-79300
03/19/2024, 8:58 PMrapid-bird-79300
03/19/2024, 8:59 PMhappy-kitchen-89482
03/19/2024, 9:00 PMwide-midnight-78598
03/19/2024, 9:01 PMparsing the dependencies is really fast, just finding targets is extremely slowOkay, good, this is what I was checking on - just wanted to confirm the rust parser was used and that it was working its sweet, sweet oxidized magic
rapid-bird-79300
03/19/2024, 9:02 PMwide-midnight-78598
03/19/2024, 9:02 PMrapid-bird-79300
03/19/2024, 9:02 PMrapid-bird-79300
03/19/2024, 9:03 PMrapid-bird-79300
03/19/2024, 9:06 PMβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Language Files Lines Blanks Comments Code Complexity
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Python 48249 9255268 670488 269295 8315485 436501
HTML 14850 3212185 601495 548083 2062607 0
JSON 9100 7031303 489 0 7030814 0
Plain Text 4361 204353 21645 0 182708 0
Markdown 841 65029 16017 0 49012 0
CSV 497 330016 128 0 329888 0
XML Schema 352 72338 2914 0 69424 0
XML 299 86267 7 4 86256 0
Shell 243 12402 1645 1180 9577 1415
YAML 214 27803 280 178 27345 0
Smarty Template 46 1349 200 0 1149 225
ReStructuredText 28 2798 895 0 1903 0
TOML 25 5418 88 40 5290 3
JavaScript 21 13034 120 93 12821 160
CSS 18 3730 678 2 3050 0
SQL 16 33868 0 0 33868 17
gitignore 15 300 52 48 200 0
BASH 10 991 111 99 781 133
Expect 7 85 2 0 83 11
Dockerfile 4 59 10 4 45 6
Mako 3 72 21 0 51 0
Stata 3 45 0 0 45 0
Makefile 2 43 11 7 25 6
Web Services Descri⦠2 1600 0 27 1573 0
Docker ignore 1 23 0 0 23 0
Properties File 1 35 6 6 23 0
SVG 1 1 0 0 1 0
TypeScript 1 264 41 59 164 30
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Total 79210 20360679 1317343 <tel:81912518224211|819125 18224211> 438507
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
wide-midnight-78598
03/19/2024, 9:07 PMrapid-bird-79300
03/19/2024, 9:08 PMrapid-bird-79300
03/19/2024, 9:08 PMwide-midnight-78598
03/19/2024, 9:12 PMwide-midnight-78598
03/19/2024, 9:18 PMrapid-bird-79300
03/19/2024, 9:19 PMwide-midnight-78598
03/19/2024, 9:21 PMrapid-bird-79300
03/19/2024, 9:23 PM