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

Backpressure tests didn't enable crash logging #38

Merged
merged 4 commits into from
Mar 8, 2024
Merged

Conversation

mjp41
Copy link
Member

@mjp41 mjp41 commented Mar 8, 2024

The failure in #14 is hard to diagnose. This change should make that easier by enabling crash logging for this test. Most tests get this automatically from the harness, but this is not using the standard harness as it is simulating external work.

@mjp41 mjp41 enabled auto-merge (squash) March 8, 2024 21:22
@mjp41 mjp41 merged commit 4acd801 into microsoft:main Mar 8, 2024
8 checks passed
@mjp41 mjp41 deleted the CI_fix branch March 11, 2024 21:10
ConstantinosKoup added a commit to ConstantinosKoup/verona-rt that referenced this pull request Apr 1, 2024
* Remove old variadic templates (microsoft#37)

This PR removes the need for variadic templates when creating a behaviour,
which was a leftover from the old C++ API.

* Backpressure tests didn't enable crash logging (microsoft#38)

* Improve perf benchmarking for immutable freeze (microsoft#36)

* Improve perf benchmarking for immutable freeze

This creates a series of benchmarks for immutable data structures.  There are several patterns to increase the coverage of the algorithm from a performance point of view.
* Linked List (Double and Single)
* Balanced binary tree (nullptr for leaves, or root for leaves, i.e. cycle)
* Balanced 4-tree (where each TreeNode is a 4 element linked list)
* Parent pointing tree
* Linked list with lots of backedges to various points.

These cover some fairly deep cyclic structures that are designed to push the corner cases of performance.

The output is generated in a way that is easy to graph.

* Clangformat

* Reduced time to get through CI

---------

Co-authored-by: Marios Kogias <[email protected]>
Co-authored-by: Matthew Parkinson <[email protected]>
ConstantinosKoup pushed a commit to ConstantinosKoup/verona-rt that referenced this pull request Apr 1, 2024
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.

1 participant