Azure.Sdk.Tools.SwaggerApiParser_1.0.7-dev.20230220.1
Pre-release
Pre-release
[JS] Capture profiling artifacts (#5369)
* set profiling arguments
* add a space
* testing
* more testing
* formatting
* remove logs
* serviceLanguageInfo.Project testing
* remove console.logs
* testing
* ILanguage fix
* LanguageBase update
* build fixes
* delete unneeded dependency
* strip package name
* remove console logs
* profileOutputPath
* Update tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/JavaScript.cs
* Update tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/JavaScript.cs
Co-authored-by: Mike Harder <mharder@microsoft.com>
* Update tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/JavaScript.cs
* address feedback
* remove i
* Update tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/JavaScript.cs
Co-authored-by: Mike Harder <mharder@microsoft.com>
* strip package name
* add arguments in the name of the profile generated
* Fix formatting
* Remove unnecessary using
* Remove whitespace
* Improve formatting
* Code cleanup
* .TrimEnd(" ")
* default is space for trimend
* " --" -> "_"
* .Replace(" --", "_").Replace("--", "_").
---------
Co-authored-by: Harsha Nalluru <@sanallur@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>