zowe / zowe-install-packaging

Packaging repository for the Zowe install scripts and files
Eclipse Public License 2.0
26 stars 51 forks source link

Create dedicated performance test suite for CLI #642

Open jackjia-ibm opened 4 years ago

jackjia-ibm commented 4 years ago

Summary

Extend from test framework, this test suite generate report for CLI performance.

Details to be defined.

MarkAckert commented 4 years ago

Performance here is likely low importance and priority, as the CLI invokes downstream services we will be covering in other test suites. Additionally, the CLI squad has measured client-side performance for the CLI and determined the Node.JS startup as the primary performance limitation.

jackjia-ibm commented 3 years ago

Petr was working on this tool to help generating CLI traffic to the server (z/OSMF profile) as example: https://github.com/plavjanik/zowe-zosmf-perftest-driver. We may be able to integrate this tool with client framework.