You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the linter on dra27/opam-repository#20, which has 47 packages, took about 1 minute. This surprised me, as I don't think the linting is doing anything computationally expensive.
We likely have some room for low-hanging perf improvements. Perhaps this would start with making the executable run tasks concurrently, but some benchmarking should guide us.
This is low-priority, and not in scope for this quarter, IMO, since it is not a problem for 99% of package publication use cases, and never going to be bottleneck on the CI for publication of large packages. I'm just opening this to record the finding :)
The text was updated successfully, but these errors were encountered:
shonfeder
changed the title
opam-ci-check is surprisingly slow when checking several packagesopam-ci-check lint is surprisingly slow when checking dozens of packages
Dec 11, 2024
Using the linter on dra27/opam-repository#20, which has 47 packages, took about 1 minute. This surprised me, as I don't think the linting is doing anything computationally expensive.
We likely have some room for low-hanging perf improvements. Perhaps this would start with making the executable run tasks concurrently, but some benchmarking should guide us.
This is low-priority, and not in scope for this quarter, IMO, since it is not a problem for 99% of package publication use cases, and never going to be bottleneck on the CI for publication of large packages. I'm just opening this to record the finding :)
The text was updated successfully, but these errors were encountered: