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

perf(pluck,bufferTime,asObservable): add performance tests for pluck(), bufferTime() and asObservable() operators #2491

Merged
merged 2 commits into from
Mar 30, 2018

Conversation

martinsik
Copy link
Contributor

Description:

I've noticed that pluck(), bufferTime() and asObservable() operators don't have any performance tests so this PR adds them. All three of them have their RxJS 4 counterparts.

There're more operators without performance tests (for example audit() or windowToggle()) but these don't have any RxJS 4 alternative to compare them to and the current benchmark runner requires always two tests per suite. But this is probably for a separate another issue.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.689% when pulling 027ac07 on martinsik:more-operator-perfs into 01e1343 on ReactiveX:master.

@benlesh benlesh merged commit 24506b3 into ReactiveX:master Mar 30, 2018
@benlesh
Copy link
Member

benlesh commented Mar 30, 2018

Thanks, @martinsik!

@lock
Copy link

lock bot commented Jun 5, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants