ZOSOpenTools / meta

Meta repository to tie together the various underlying z/OS Open Source tools repositories here
https://zosopentools.github.io/meta/
Apache License 2.0
37 stars 25 forks source link

zopen cpu timings #631

Closed gngrossi closed 6 months ago

gngrossi commented 6 months ago

Are these timings to be expected? thanks

zopen_timings.txt

time zopen list --upgradeable real 0m31.907s user 0m19.830s sys 0m6.610s

time zopen list --installed real 0m19.168s user 0m6.326s sys 0m2.109s

time zopen list --installed --no-version real 0m0.682s user 0m0.288s sys 0m0.096s

time zopen list real 0m30.938s user 0m19.480s sys 0m6.493s

DevonianTeuchter commented 6 months ago

yes - at present. There is a filesystem traversal for each individual package when --no-version is NOT specified to pull out version data, with the time scaling directly with the number of packages. It's on the "roadmap" to resolve

gngrossi commented 6 months ago

Sounds good, I will close. thanks