Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.53k stars 2.76k forks source link

[Perf] Enable profiling in perf pipelines #27381

Open pvaneck opened 1 year ago

pvaneck commented 1 year ago

Would be useful to start collecting a history of profiling data that can be used to pinpoint causes for any performance regressions. The PerfStress framework has the ability to profile with cProfile. We should start using this functionality within the currently active performance pipelines.

Related issue for profiling improvements: https://github.com/Azure/azure-sdk-for-python/issues/27380

azure-sdk commented 1 year ago

Label prediction was below confidence level 0.6 for Model:ServiceLabels: 'Data Factory:0.30407637,Storage:0.11652765,Azure.Core:0.030107887'

pvaneck commented 11 months ago

Support was added in https://github.com/Azure/azure-sdk-tools/pull/5533/