zhmcclient / zhmccli

A CLI for the IBM Z HMC
Apache License 2.0
9 stars 9 forks source link

Avoid pull_full_properties() in print_resources_as_table #596

Closed simon-spinner closed 5 months ago

simon-spinner commented 5 months ago

This improves performance in cases where pull_full_properties contains properties that are expensive to query but are not needed in the table.

Reduces time to list CPCs from over 20 seconds to under 1 second on my test system.

coveralls commented 5 months ago

Coverage Status

coverage: 37.096% (-0.02%) from 37.115% when pulling 0160a1c39c664d669f033f549a726c13a916e241 on simon_cpc_list_perf into 9b9549565b853af6bc5f66107575cbaecd3cc002 on master.

andy-maier commented 5 months ago

I rebased the PR and added a change log entry.