Add System.Reactive vs R3 benchmark cases#6
Merged
Conversation
Add comparative benchmark implementations that exercise System.Reactive and the R3 APIs across many benchmark suites. Introduces new benchmark methods (create/defer/start/unfold/use/from-async-enumerable/never, connectable/share/replay/refcount/auto-connect, higher-order ops, time/scheduler ops, composite/notify/notification paths, etc.), a CountingR3Observer and LastValue on IntR3Observer, and an ImmediateSynchronizationContext helper. Program.cs updated to run the new cases, and Microsoft.Extensions.TimeProvider.Testing was added to Directory.Packages.props to support time-based tests.
Update README benchmark section with newly generated results from the joined BenchmarkDotNet CSV and clarify that the table uses "Mean / Allocated" for each cell. This replaces the previous benchmark numbers and updates several scenario labels and measurements (e.g., "Timeout never" -> "Timeout idle"), reflecting a fresh run of the benchmarks.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6 +/- ##
==========================================
+ Coverage 77.91% 77.95% +0.03%
==========================================
Files 105 105
Lines 5347 5347
Branches 970 970
==========================================
+ Hits 4166 4168 +2
+ Misses 898 895 -3
- Partials 283 284 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.



Add comparative benchmark implementations that exercise System.Reactive and the R3 APIs across many benchmark suites. Introduces new benchmark methods (create/defer/start/unfold/use/from-async-enumerable/never, connectable/share/replay/refcount/auto-connect, higher-order ops, time/scheduler ops, composite/notify/notification paths, etc.), a CountingR3Observer and LastValue on IntR3Observer, and an ImmediateSynchronizationContext helper.
Program.cs updated to run the new cases, and Microsoft.Extensions.TimeProvider.Testing was added to Directory.Packages.props to support time-based tests.
Update README benchmark section with newly generated results from the joined BenchmarkDotNet CSV and clarify that the table uses "Mean / Allocated" for each cell.
This replaces the previous benchmark numbers and updates several scenario labels and measurements (e.g., "Timeout never" -> "Timeout idle"), reflecting a fresh run of the benchmarks.