-
Notifications
You must be signed in to change notification settings - Fork 610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom client load testing #1023
Conversation
…tions (#1012) * Fix layout * more cleanup * add explaining text. * updated readme.md with directory of folder. The 3 docs could also be merged instead * fixe a few files * fix a few spelling issues * ignore some acronyms * fix paths * fixing broken paths * fix a few more linking issues * fix links * undo curly brackets * fix two linting errors --------- Co-authored-by: Mark Jervelund <mjervelund@microsoft.com> Co-authored-by: Shiran Rubin <shiranrubin@microsoft.com>
* update: vscode gallery repo link * update: broken links of ISE blog and Aridhia DRE --------- Co-authored-by: Shiran Rubin <shiranrubin@microsoft.com> Co-authored-by: Tess Ferrandez <tferrand@microsoft.com>
MkDocs expects documents conform to - MD032 - Lists should be surrounded by blank lines in markdownlint speak. Co-authored-by: Shiran Rubin <shiranrubin@microsoft.com> Co-authored-by: Tess Ferrandez <tferrand@microsoft.com>
Co-authored-by: Shiran Rubin <shiranrubin@microsoft.com> Co-authored-by: Tess Ferrandez <tferrand@microsoft.com>
* Revert "Include guidelines on testing Terraform conf (#1019)" This reverts commit 6b0c5b7. * Revert "fix: List rendering broken due missing blank lines (#1018)" This reverts commit 200e839. * Revert "update: vscode gallery repo link (#1017)" This reverts commit ef53433. * Revert "Fix layout issues and add overview pages that are missing in some sections (#1012)" This reverts commit 44bba97. * Revert "fix links (#1020)" This reverts commit 8c0b414.
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ ACTION | actionlint | 2 | 0 | 0.03s | |
markdownlint | 257 | 1 | 5.74s | ||
markdown-table-formatter | 257 | 1 | 0.51s | ||
✅ MDLINKCHECK | linkcheck | 257 | 0 | 12.34s | |
✅ SPELL | cspell | 268 | 0 | 11.5s | |
✅ YAML | prettier | 10 | 0 | 1.51s | |
✅ YAML | yamllint | 10 | 0 | 0.5s |
See detailed report in MegaLinter reports
You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.
Created new PR. The lint picker complains about unresolved links that are unrelated to my changes (load-tesating.md). I have addressed three typos discovered by the the lint picker. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great content.... thank you much for the contribution...
I will fix the links in the branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. I provided a few style suggestions. Also, numbered lists with every list item having "1.
" in Markdown are indexed automatically, but I suppose the explicit numbering here is for consistency with the existing content which is fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small alignment comments but looks good.
Thank you for the contribution.
Co-authored-by: Tomi Paananen <tomi.paananen@microsoft.com>
Co-authored-by: Tomi Paananen <tomi.paananen@microsoft.com>
Co-authored-by: Tomi Paananen <tomi.paananen@microsoft.com>
Co-authored-by: Tomi Paananen <tomi.paananen@microsoft.com>
Co-authored-by: Shiran Rubin <shiranrubin@microsoft.com>
Co-authored-by: Shiran Rubin <shiranrubin@microsoft.com>
Co-authored-by: Shiran Rubin <shiranrubin@microsoft.com>
Co-authored-by: Shiran Rubin <shiranrubin@microsoft.com>
Co-authored-by: Shiran Rubin <shiranrubin@microsoft.com>
Co-authored-by: Shiran Rubin <shiranrubin@microsoft.com>
Co-authored-by: Shiran Rubin <shiranrubin@microsoft.com>
Co-authored-by: Shiran Rubin <shiranrubin@microsoft.com>
Co-authored-by: Shiran Rubin <shiranrubin@microsoft.com>
Co-authored-by: Shiran Rubin <shiranrubin@microsoft.com>
Co-authored-by: Shiran Rubin <shiranrubin@microsoft.com>
Co-authored-by: Shiran Rubin <shiranrubin@microsoft.com>
This PR is based on the load testing experience of the EPP project (sea based wind energy) with Equinor. The primary focus of this PR is load testing using a custom developed test client. It adds a subsection entitled "Preparation" to the "Applying the Load Testing" section. The key activities of the "Preparation" phase have been generalized and summarized as seven different bullet points. The "Execution" section has been amended with a short paragraph on when custom test clients may be beneficial.
In addition, two short sections, "Analysis" and "Report writing" have been added since these activities may represent a significant amount of time.