Skip to content
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

Document recommendations around threading #1601

Merged
merged 7 commits into from
Jun 18, 2024
Merged

Document recommendations around threading #1601

merged 7 commits into from
Jun 18, 2024

Conversation

rmadsen-ks
Copy link
Collaborator

No description provided.

@rmadsen-ks rmadsen-ks changed the title Added incremental work on threading documentation. Document recommendations around threading Jun 6, 2024
Copy link
Collaborator

@alnlarsen alnlarsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See minor remarks


In the below screenshot you can see how parallel steps with locks are evaluated. Notice that the total time was 3x the delay because none of the steps were executed in parallel.

![alt text](3lockedDelays.png)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update the alt text?

doc/Developer Guide/Appendix/Readme.md Outdated Show resolved Hide resolved
doc/Developer Guide/Appendix/Readme.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@alnlarsen alnlarsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@alnlarsen alnlarsen linked an issue Jun 18, 2024 that may be closed by this pull request
@alnlarsen alnlarsen merged commit c5eaf12 into main Jun 18, 2024
36 checks passed
@alnlarsen alnlarsen deleted the doc-threading branch June 18, 2024 13:01
Copy link

This change is part of OpenTAP version 9.25.0-beta.5+c5eaf12c or later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document recommendations about threading
2 participants