Add executor tests#7257
Open
charan-003 wants to merge 61 commits into
Open
Conversation
Up to standards ✅🟢 Issues
|
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Contributor
|
This supersedes #7254 |
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
This was referenced May 8, 2026
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Up to standards ✅🟢 Issues
|
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
hkaiser
reviewed
May 10, 2026
Contributor
|
Inspect is complaining about: |
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
hkaiser
reviewed
May 10, 2026
hkaiser
reviewed
May 10, 2026
hkaiser
reviewed
May 10, 2026
- #includes - compilation warnings Signed-off-by: Hartmut Kaiser <hartmut.kaiser@gmail.com>
- flyby: fix when_all_vector - flyby: fix deprecation warnings (transfer --> continues_on) Signed-off-by: Hartmut Kaiser <hartmut.kaiser@gmail.com>
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
…tor-tests Signed-off-by: Hartmut Kaiser <hartmut.kaiser@gmail.com>
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Duplication | -7 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Signed-off-by: Hartmut Kaiser <hartmut.kaiser@gmail.com>
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Signed-off-by: Hartmut Kaiser <hartmut.kaiser@gmail.com>
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Collaborator
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Comment on lines
+24
to
+29
| //#if defined(__cpp_trivial_relocatability) | ||
| // HPX_CXX_CORE_EXPORT template <typename T> | ||
| // struct is_replaceable : std::is_replaceable<T> | ||
| // { | ||
| // }; | ||
| //#else |
| { | ||
| }; | ||
| #endif | ||
| //#endif |
Comment on lines
+22
to
+28
| // https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p2786r13.html#language-feature-test-macros | ||
| //#if defined(__cpp_trivial_relocatability) | ||
| // HPX_CXX_CORE_EXPORT template <typename T> | ||
| // struct is_trivially_relocatable : std::is_trivially_relocatable<T> | ||
| // { | ||
| // }; | ||
| //#else |
| }; | ||
|
|
||
| #endif | ||
| //#endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
additional changes to #7254
also fixes #7251