Skip to content

1.x: PublishSubject perf #4224

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

Merged
merged 2 commits into from
Jul 22, 2016
Merged

Conversation

akarnokd
Copy link
Member

@akarnokd akarnokd commented Jul 22, 2016

This PR benchmarks the overhead in PublishSubject to give a baseline for upcoming behavior correction (backpressure fail-fast, more eager child isUnsubscribed() checking).

Benchmark (i7 4790, Windows 7 x64, Java 8u102, ops/s - bigger is better):

image

@akarnokd akarnokd added this to the 1.2 milestone Jul 22, 2016
@codecov-io
Copy link

codecov-io commented Jul 22, 2016

Current coverage is 84.24% (diff: 100%)

Merging #4224 into 1.x will decrease coverage by 0.01%

@@                1.x      #4224   diff @@
==========================================
  Files           265        265          
  Lines         17305      17305          
  Methods           0          0          
  Messages          0          0          
  Branches       2624       2624          
==========================================
- Hits          14580      14578     -2   
- Misses         1879       1880     +1   
- Partials        846        847     +1   

Powered by Codecov. Last update a45de22...13962f6

@akarnokd akarnokd merged commit 479df31 into ReactiveX:1.x Jul 22, 2016
@akarnokd akarnokd deleted the PublishSubjectPerf branch July 22, 2016 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants