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

Bump dawidd6/action-download-artifact from 7 to 8 #701

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps dawidd6/action-download-artifact from 7 to 8.

Release notes

Sourced from dawidd6/action-download-artifact's releases.

v8

New features

  • use_unzip boolean input (defaulting to false) - if set to true, the action will use system provided unzip utility for unpacking downloaded artifact(s) (note that the action will first download the .zip artifact file, then unpack it and remove the .zip file)

What's Changed

New Contributors

Full Changelog: dawidd6/action-download-artifact@v7...v8

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 7 to 8.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v7...v8)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2025
Copy link
Contributor

coderabbitai bot commented Jan 27, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

BENCHMARK RESULTS (AUTOGENERATED)

ci-ubuntu-gcc

General

name rxcpp rpp prev rpp ratio rpp no optimization
Subscribe empty callbacks to empty observable 299.57 ns 1.54 ns 1.85 ns 0.83 1.54 ns
Subscribe empty callbacks to empty observable via pipe operator 298.86 ns 1.54 ns 1.85 ns 0.83 1.54 ns

Sources

name rxcpp rpp prev rpp ratio rpp no optimization
from array of 1 - create + subscribe + immediate 686.00 ns 0.31 ns 0.31 ns 1.00 0.31 ns
from array of 1 - create + subscribe + current_thread 1055.25 ns 3.70 ns 3.74 ns 0.99 3.71 ns
concat_as_source of just(1 immediate) create + subscribe 2289.09 ns 111.51 ns 110.19 ns 1.01 113.85 ns
defer from array of 1 - defer + create + subscribe + immediate 777.64 ns 0.31 ns 0.31 ns 0.99 0.31 ns
interval - interval + take(3) + subscribe + immediate 2151.25 ns 59.27 ns 59.23 ns 1.00 59.19 ns
interval - interval + take(3) + subscribe + current_thread 2969.19 ns 32.46 ns 32.44 ns 1.00 33.98 ns
from array of 1 - create + as_blocking + subscribe + new_thread 28956.83 ns 27291.97 ns 27768.44 ns 0.98 28047.24 ns
from array of 1000 - create + as_blocking + subscribe + new_thread 39776.12 ns 51911.45 ns 51997.10 ns 1.00 51242.83 ns
concat_as_source of just(1 immediate) and just(1,2 immediate)create + subscribe 3546.21 ns 129.97 ns 130.48 ns 1.00 148.63 ns

Filtering Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just+take(1)+subscribe 1094.61 ns 0.31 ns 0.31 ns 1.00 0.31 ns
immediate_just+filter(true)+subscribe 838.37 ns 0.31 ns 0.31 ns 1.00 0.31 ns
immediate_just(1,2)+skip(1)+subscribe 991.79 ns 0.31 ns 0.31 ns 1.00 0.31 ns
immediate_just(1,1,2)+distinct_until_changed()+subscribe 868.51 ns 0.31 ns 0.31 ns 1.00 0.31 ns
immediate_just(1,2)+first()+subscribe 1269.33 ns 0.31 ns 0.31 ns 1.00 0.31 ns
immediate_just(1,2)+last()+subscribe 934.27 ns 0.31 ns 0.31 ns 1.00 0.31 ns
immediate_just+take_last(1)+subscribe 1177.62 ns 18.23 ns 17.90 ns 1.02 19.57 ns
immediate_just(1,2,3)+element_at(1)+subscribe 841.78 ns 0.31 ns 0.31 ns 1.00 0.31 ns

Schedulers

name rxcpp rpp prev rpp ratio rpp no optimization
immediate scheduler create worker + schedule 266.52 ns 0.46 ns 1.54 ns 0.30 0.62 ns
current_thread scheduler create worker + schedule 367.48 ns 4.63 ns 4.63 ns 1.00 4.63 ns
current_thread scheduler create worker + schedule + recursive schedule 817.05 ns 61.22 ns 60.59 ns 1.01 62.34 ns

Transforming Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just+map(v*2)+subscribe 839.64 ns 0.31 ns 0.31 ns 1.00 0.31 ns
immediate_just+scan(10, std::plus)+subscribe 904.64 ns 0.31 ns 0.31 ns 1.00 0.31 ns
immediate_just+flat_map(immediate_just(v*2))+subscribe 2345.91 ns 142.76 ns 144.02 ns 0.99 179.76 ns
immediate_just+buffer(2)+subscribe 1555.86 ns 13.89 ns 13.62 ns 1.02 18.36 ns
immediate_just+window(2)+subscribe + subscsribe inner 2421.10 ns 1310.19 ns 1313.51 ns 1.00 1298.67 ns

Conditional Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just+take_while(false)+subscribe 834.27 ns - - 0.00 -
immediate_just+take_while(true)+subscribe 844.06 ns 0.31 ns 0.31 ns 1.01 0.31 ns

Utility Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just(1)+subscribe_on(immediate)+subscribe 2103.35 ns 0.31 ns 0.31 ns 1.00 0.31 ns

Combining Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just(immediate_just(1), immediate_just(1)) + merge() + subscribe 3433.67 ns 141.23 ns 142.11 ns 0.99 178.55 ns
immediate_just(1) + merge_with(immediate_just(2)) + subscribe 3674.46 ns 154.22 ns 156.33 ns 0.99 162.56 ns
immediate_just(1) + with_latest_from(immediate_just(2)) + subscribe - 130.56 ns 130.93 ns 1.00 154.44 ns
immediate_just(immediate_just(1),immediate_just(1)) + switch_on_next() + subscribe 3602.31 ns 412.39 ns 413.88 ns 1.00 498.22 ns
immediate_just(1) + zip(immediate_just(2)) + subscribe 2193.95 ns 210.44 ns 210.32 ns 1.00 208.39 ns
immediate_just(immediate_just(1), immediate_just(1)) + concat() + subscribe 3224.96 ns 221.28 ns 232.61 ns 0.95 251.54 ns

Subjects

name rxcpp rpp prev rpp ratio rpp no optimization
publish_subject with 1 observer - on_next 34.59 ns 14.69 ns 14.68 ns 1.00 14.84 ns
subscribe 100 observers to publish_subject 201704.60 ns 18084.36 ns 19260.47 ns 0.94 17392.86 ns
100 on_next to 100 observers to publish_subject 27428.61 ns 16675.97 ns 16791.20 ns 0.99 29083.80 ns

Scenarios

name rxcpp rpp prev rpp ratio rpp no optimization
basic sample 1397.55 ns 13.89 ns 13.90 ns 1.00 22.85 ns
basic sample with immediate scheduler 1438.47 ns 5.55 ns 5.55 ns 1.00 16.37 ns
mix operators with disposables and without disposables 6402.66 ns 1424.84 ns 1412.38 ns 1.01 1897.34 ns
single disposable and looooooong indentity chain 25069.49 ns 930.52 ns 1025.84 ns 0.91 4818.45 ns

Aggregating Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just+reduce(10, std::plus)+subscribe 920.72 ns 0.31 ns 0.31 ns 1.00 0.31 ns

Error Handling Operators

name rxcpp rpp prev rpp ratio rpp no optimization
create(on_next(1), on_error())+on_error_resume_next(immediate_just(2)))+subscribe 2051.01 ns 989.51 ns 1045.42 ns 0.95 1022.04 ns
create(on_error())+retry(1)+subscribe 591.25 ns 107.95 ns 108.65 ns 0.99 117.55 ns

ci-macos

General

name rxcpp rpp prev rpp ratio rpp no optimization
Subscribe empty callbacks to empty observable 397.22 ns 0.51 ns 0.51 ns 1.00 0.50 ns
Subscribe empty callbacks to empty observable via pipe operator 394.13 ns 0.51 ns 0.49 ns 1.03 0.51 ns

Sources

name rxcpp rpp prev rpp ratio rpp no optimization
from array of 1 - create + subscribe + immediate 780.85 ns 0.35 ns 0.31 ns 1.11 0.32 ns
from array of 1 - create + subscribe + current_thread 1193.77 ns 4.49 ns 4.36 ns 1.03 4.07 ns
concat_as_source of just(1 immediate) create + subscribe 2267.42 ns 181.43 ns 182.93 ns 0.99 174.50 ns
defer from array of 1 - defer + create + subscribe + immediate 820.10 ns 0.34 ns 0.34 ns 1.01 0.31 ns
interval - interval + take(3) + subscribe + immediate 2151.43 ns 58.93 ns 54.82 ns 1.07 49.84 ns
interval - interval + take(3) + subscribe + current_thread 2612.32 ns 32.51 ns 31.54 ns 1.03 32.50 ns
from array of 1 - create + as_blocking + subscribe + new_thread 43263.27 ns 40565.43 ns 20359.38 ns 1.99 23220.50 ns
from array of 1000 - create + as_blocking + subscribe + new_thread 26403.18 ns 50384.04 ns 23818.18 ns 2.12 29697.29 ns
concat_as_source of just(1 immediate) and just(1,2 immediate)create + subscribe 3317.23 ns 196.68 ns 189.34 ns 1.04 184.63 ns

Filtering Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just+take(1)+subscribe 2561.00 ns 0.34 ns 0.34 ns 1.02 0.34 ns
immediate_just+filter(true)+subscribe 1081.69 ns 0.34 ns 0.34 ns 1.01 0.31 ns
immediate_just(1,2)+skip(1)+subscribe 1168.38 ns 0.35 ns 0.35 ns 0.98 0.34 ns
immediate_just(1,1,2)+distinct_until_changed()+subscribe 1988.37 ns 0.37 ns 0.34 ns 1.07 0.34 ns
immediate_just(1,2)+first()+subscribe 1410.52 ns 0.50 ns 0.34 ns 1.48 0.31 ns
immediate_just(1,2)+last()+subscribe 1095.39 ns 1.02 ns 0.83 ns 1.23 1.01 ns
immediate_just+take_last(1)+subscribe 2768.86 ns 0.49 ns 0.33 ns 1.49 0.32 ns
immediate_just(1,2,3)+element_at(1)+subscribe 902.97 ns 0.51 ns 0.34 ns 1.52 0.31 ns

Schedulers

name rxcpp rpp prev rpp ratio rpp no optimization
immediate scheduler create worker + schedule 345.04 ns 0.75 ns 0.51 ns 1.46 0.52 ns
current_thread scheduler create worker + schedule 475.22 ns 4.89 ns 4.70 ns 1.04 4.57 ns
current_thread scheduler create worker + schedule + recursive schedule 749.39 ns 69.52 ns 62.21 ns 1.12 63.04 ns

Transforming Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just+map(v*2)+subscribe 882.59 ns 2.83 ns 2.44 ns 1.16 2.79 ns
immediate_just+scan(10, std::plus)+subscribe 1038.00 ns 0.39 ns 0.34 ns 1.15 0.34 ns
immediate_just+flat_map(immediate_just(v*2))+subscribe 2215.25 ns 350.47 ns 196.73 ns 1.78 199.65 ns
immediate_just+buffer(2)+subscribe 1067.14 ns 16.84 ns 16.64 ns 1.01 17.64 ns
immediate_just+window(2)+subscribe + subscsribe inner 2147.73 ns 1088.71 ns 1054.95 ns 1.03 976.98 ns

Conditional Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just+take_while(false)+subscribe 1006.77 ns - - 0.00 -
immediate_just+take_while(true)+subscribe 1963.63 ns 0.42 ns 0.31 ns 1.33 0.32 ns

Utility Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just(1)+subscribe_on(immediate)+subscribe 2096.15 ns 1.90 ns 2.07 ns 0.92 2.08 ns

Combining Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just(immediate_just(1), immediate_just(1)) + merge() + subscribe 3007.46 ns 219.54 ns 201.28 ns 1.09 218.26 ns
immediate_just(1) + merge_with(immediate_just(2)) + subscribe 3416.40 ns 223.19 ns 225.96 ns 0.99 210.44 ns
immediate_just(1) + with_latest_from(immediate_just(2)) + subscribe - 417.76 ns 233.49 ns 1.79 203.87 ns
immediate_just(immediate_just(1),immediate_just(1)) + switch_on_next() + subscribe 3204.70 ns 554.49 ns 699.24 ns 0.79 502.28 ns
immediate_just(1) + zip(immediate_just(2)) + subscribe 2199.35 ns 838.65 ns 387.79 ns 2.16 322.37 ns
immediate_just(immediate_just(1), immediate_just(1)) + concat() + subscribe 3106.75 ns 352.98 ns 323.06 ns 1.09 350.17 ns

Subjects

name rxcpp rpp prev rpp ratio rpp no optimization
publish_subject with 1 observer - on_next 45.68 ns 24.94 ns 23.31 ns 1.07 22.90 ns
subscribe 100 observers to publish_subject 142213.50 ns 18553.08 ns 18474.87 ns 1.00 16590.58 ns
100 on_next to 100 observers to publish_subject 35030.57 ns 15497.12 ns 15158.65 ns 1.02 13833.98 ns

Scenarios

name rxcpp rpp prev rpp ratio rpp no optimization
basic sample 1317.66 ns 22.06 ns 12.10 ns 1.82 23.94 ns
basic sample with immediate scheduler 1312.11 ns 5.58 ns 5.20 ns 1.07 13.09 ns
mix operators with disposables and without disposables 6060.24 ns 1467.86 ns 1444.55 ns 1.02 1688.75 ns
single disposable and looooooong indentity chain 16639.14 ns 2423.63 ns 1664.45 ns 1.46 3666.15 ns

Aggregating Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just+reduce(10, std::plus)+subscribe 1091.45 ns 0.34 ns 0.31 ns 1.09 0.32 ns

Error Handling Operators

name rxcpp rpp prev rpp ratio rpp no optimization
create(on_next(1), on_error())+on_error_resume_next(immediate_just(2)))+subscribe 3732.06 ns 2791.01 ns 2587.37 ns 1.08 2641.07 ns
create(on_error())+retry(1)+subscribe 759.20 ns 183.32 ns 170.64 ns 1.07 168.91 ns

ci-ubuntu-clang

General

name rxcpp rpp prev rpp ratio rpp no optimization
Subscribe empty callbacks to empty observable 268.22 ns 1.54 ns 0.63 ns 2.43 1.54 ns
Subscribe empty callbacks to empty observable via pipe operator 270.82 ns 1.54 ns 0.63 ns 2.43 1.54 ns

Sources

name rxcpp rpp prev rpp ratio rpp no optimization
from array of 1 - create + subscribe + immediate 553.16 ns 0.31 ns 0.31 ns 1.00 0.31 ns
from array of 1 - create + subscribe + current_thread 786.37 ns 4.01 ns 4.01 ns 1.00 4.01 ns
concat_as_source of just(1 immediate) create + subscribe 2328.74 ns 129.95 ns 129.04 ns 1.01 130.07 ns
defer from array of 1 - defer + create + subscribe + immediate 778.90 ns 0.31 ns 0.31 ns 1.00 0.31 ns
interval - interval + take(3) + subscribe + immediate 2211.43 ns 58.30 ns 58.31 ns 1.00 58.41 ns
interval - interval + take(3) + subscribe + current_thread 3141.43 ns 31.53 ns 30.90 ns 1.02 31.53 ns
from array of 1 - create + as_blocking + subscribe + new_thread 26991.92 ns 27276.92 ns 27551.67 ns 0.99 27711.97 ns
from array of 1000 - create + as_blocking + subscribe + new_thread 38251.33 ns 34914.81 ns 33070.31 ns 1.06 33995.13 ns
concat_as_source of just(1 immediate) and just(1,2 immediate)create + subscribe 3674.11 ns 148.10 ns 148.10 ns 1.00 148.71 ns

Filtering Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just+take(1)+subscribe 1145.35 ns 0.31 ns 0.31 ns 1.00 0.31 ns
immediate_just+filter(true)+subscribe 845.84 ns 0.31 ns 0.31 ns 1.00 0.31 ns
immediate_just(1,2)+skip(1)+subscribe 1085.15 ns 0.31 ns 0.31 ns 1.00 0.31 ns
immediate_just(1,1,2)+distinct_until_changed()+subscribe 880.67 ns 0.31 ns 0.34 ns 0.92 0.31 ns
immediate_just(1,2)+first()+subscribe 1388.96 ns 0.31 ns 0.31 ns 1.00 0.31 ns
immediate_just(1,2)+last()+subscribe 1008.42 ns 0.31 ns 0.31 ns 1.00 0.31 ns
immediate_just+take_last(1)+subscribe 1206.18 ns 0.31 ns 0.31 ns 1.00 0.31 ns
immediate_just(1,2,3)+element_at(1)+subscribe 870.92 ns 0.31 ns 0.31 ns 1.01 0.31 ns

Schedulers

name rxcpp rpp prev rpp ratio rpp no optimization
immediate scheduler create worker + schedule 280.23 ns 0.63 ns 1.54 ns 0.41 0.63 ns
current_thread scheduler create worker + schedule 404.60 ns 4.32 ns 4.01 ns 1.08 4.01 ns
current_thread scheduler create worker + schedule + recursive schedule 850.90 ns 55.05 ns 54.59 ns 1.01 57.04 ns

Transforming Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just+map(v*2)+subscribe 856.90 ns 0.31 ns 0.31 ns 1.00 0.31 ns
immediate_just+scan(10, std::plus)+subscribe 974.90 ns 0.62 ns 0.62 ns 1.00 0.31 ns
immediate_just+flat_map(immediate_just(v*2))+subscribe 2252.95 ns 139.59 ns 137.67 ns 1.01 136.98 ns
immediate_just+buffer(2)+subscribe 1528.51 ns 14.20 ns 14.51 ns 0.98 14.51 ns
immediate_just+window(2)+subscribe + subscsribe inner 2614.88 ns 906.84 ns 926.55 ns 0.98 976.47 ns

Conditional Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just+take_while(false)+subscribe 847.03 ns - - 0.00 -
immediate_just+take_while(true)+subscribe 849.85 ns 0.31 ns 0.31 ns 1.00 0.31 ns

Utility Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just(1)+subscribe_on(immediate)+subscribe 2040.57 ns 0.31 ns 0.31 ns 1.00 0.31 ns

Combining Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just(immediate_just(1), immediate_just(1)) + merge() + subscribe 3244.10 ns 160.24 ns 160.14 ns 1.00 155.50 ns
immediate_just(1) + merge_with(immediate_just(2)) + subscribe 3719.00 ns 139.10 ns 141.17 ns 0.99 139.25 ns
immediate_just(1) + with_latest_from(immediate_just(2)) + subscribe - 141.38 ns 141.80 ns 1.00 137.92 ns
immediate_just(immediate_just(1),immediate_just(1)) + switch_on_next() + subscribe 3365.79 ns 377.37 ns 377.12 ns 1.00 379.62 ns
immediate_just(1) + zip(immediate_just(2)) + subscribe 2242.32 ns 200.31 ns 199.03 ns 1.01 198.49 ns
immediate_just(immediate_just(1), immediate_just(1)) + concat() + subscribe 3201.83 ns 223.85 ns 224.12 ns 1.00 224.58 ns

Subjects

name rxcpp rpp prev rpp ratio rpp no optimization
publish_subject with 1 observer - on_next 54.36 ns 19.79 ns 19.71 ns 1.00 23.37 ns
subscribe 100 observers to publish_subject 207578.83 ns 17335.56 ns 17281.94 ns 1.00 17291.07 ns
100 on_next to 100 observers to publish_subject 46008.92 ns 20090.46 ns 20110.73 ns 1.00 21187.00 ns

Scenarios

name rxcpp rpp prev rpp ratio rpp no optimization
basic sample 1319.79 ns 11.42 ns 11.42 ns 1.00 20.69 ns
basic sample with immediate scheduler 1309.35 ns 5.86 ns 5.86 ns 1.00 6.47 ns
mix operators with disposables and without disposables 6583.60 ns 1173.19 ns 1168.46 ns 1.00 1504.89 ns
single disposable and looooooong indentity chain 27387.05 ns 1243.06 ns 1240.37 ns 1.00 4666.47 ns

Aggregating Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just+reduce(10, std::plus)+subscribe 998.52 ns 0.31 ns 0.31 ns 1.00 0.31 ns

Error Handling Operators

name rxcpp rpp prev rpp ratio rpp no optimization
create(on_next(1), on_error())+on_error_resume_next(immediate_just(2)))+subscribe 2161.03 ns 1174.96 ns 1158.83 ns 1.01 1197.33 ns
create(on_error())+retry(1)+subscribe 659.83 ns 137.80 ns 138.23 ns 1.00 138.50 ns

ci-windows

General

name rxcpp rpp prev rpp ratio rpp no optimization
Subscribe empty callbacks to empty observable 581.02 ns 1.85 ns 1.85 ns 1.00 1.85 ns
Subscribe empty callbacks to empty observable via pipe operator 603.48 ns 1.85 ns 1.85 ns 1.00 1.85 ns

Sources

name rxcpp rpp prev rpp ratio rpp no optimization
from array of 1 - create + subscribe + immediate 1195.08 ns 5.24 ns 5.24 ns 1.00 5.86 ns
from array of 1 - create + subscribe + current_thread 1473.73 ns 15.44 ns 15.44 ns 1.00 15.75 ns
concat_as_source of just(1 immediate) create + subscribe 3774.63 ns 170.79 ns 171.70 ns 0.99 179.48 ns
defer from array of 1 - defer + create + subscribe + immediate 1220.31 ns 5.27 ns 5.24 ns 1.01 5.86 ns
interval - interval + take(3) + subscribe + immediate 3251.33 ns 140.80 ns 140.88 ns 1.00 142.10 ns
interval - interval + take(3) + subscribe + current_thread 3511.01 ns 62.03 ns 60.52 ns 1.03 62.27 ns
from array of 1 - create + as_blocking + subscribe + new_thread 120350.00 ns 112745.45 ns 119588.89 ns 0.94 126511.11 ns
from array of 1000 - create + as_blocking + subscribe + new_thread 129355.56 ns 130977.78 ns 135055.56 ns 0.97 132057.14 ns
concat_as_source of just(1 immediate) and just(1,2 immediate)create + subscribe 5425.67 ns 204.85 ns 199.88 ns 1.02 205.50 ns

Filtering Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just+take(1)+subscribe 1886.16 ns 19.74 ns 19.74 ns 1.00 21.32 ns
immediate_just+filter(true)+subscribe 1627.97 ns 18.82 ns 18.82 ns 1.00 21.58 ns
immediate_just(1,2)+skip(1)+subscribe 1778.96 ns 18.51 ns 18.52 ns 1.00 21.68 ns
immediate_just(1,1,2)+distinct_until_changed()+subscribe 1397.82 ns 23.44 ns 23.44 ns 1.00 26.84 ns
immediate_just(1,2)+first()+subscribe 2621.74 ns 17.29 ns 17.29 ns 1.00 19.43 ns
immediate_just(1,2)+last()+subscribe 1524.30 ns 18.51 ns 18.52 ns 1.00 22.83 ns
immediate_just+take_last(1)+subscribe 2060.00 ns 64.37 ns 63.30 ns 1.02 70.20 ns
immediate_just(1,2,3)+element_at(1)+subscribe 1671.07 ns 21.90 ns 21.91 ns 1.00 23.44 ns

Schedulers

name rxcpp rpp prev rpp ratio rpp no optimization
immediate scheduler create worker + schedule 495.78 ns 4.63 ns 4.63 ns 1.00 4.01 ns
current_thread scheduler create worker + schedule 692.97 ns 12.16 ns 11.70 ns 1.04 11.17 ns
current_thread scheduler create worker + schedule + recursive schedule 1420.60 ns 102.65 ns 100.55 ns 1.02 98.45 ns

Transforming Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just+map(v*2)+subscribe 1367.51 ns 18.82 ns 18.82 ns 1.00 25.57 ns
immediate_just+scan(10, std::plus)+subscribe 1503.62 ns 20.96 ns 21.27 ns 0.99 23.76 ns
immediate_just+flat_map(immediate_just(v*2))+subscribe 3852.82 ns 183.96 ns 184.75 ns 1.00 201.59 ns
immediate_just+buffer(2)+subscribe 2375.00 ns 65.32 ns 64.74 ns 1.01 67.68 ns
immediate_just+window(2)+subscribe + subscsribe inner 4057.45 ns 1254.42 ns 1221.20 ns 1.03 1229.58 ns

Conditional Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just+take_while(false)+subscribe 1346.98 ns 17.58 ns 17.57 ns 1.00 19.13 ns
immediate_just+take_while(true)+subscribe 1350.27 ns 18.82 ns 18.82 ns 1.00 24.98 ns

Utility Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just(1)+subscribe_on(immediate)+subscribe 3202.17 ns 11.10 ns 11.10 ns 1.00 11.10 ns

Combining Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just(immediate_just(1), immediate_just(1)) + merge() + subscribe 5202.48 ns 204.52 ns 209.67 ns 0.98 404.71 ns
immediate_just(1) + merge_with(immediate_just(2)) + subscribe 5773.56 ns 190.01 ns 188.74 ns 1.01 203.62 ns
immediate_just(1) + with_latest_from(immediate_just(2)) + subscribe - 188.49 ns 188.08 ns 1.00 197.41 ns
immediate_just(immediate_just(1),immediate_just(1)) + switch_on_next() + subscribe 6134.30 ns 434.77 ns 435.29 ns 1.00 452.15 ns
immediate_just(1) + zip(immediate_just(2)) + subscribe 3637.41 ns 515.85 ns 513.80 ns 1.00 545.70 ns
immediate_just(immediate_just(1), immediate_just(1)) + concat() + subscribe 4959.34 ns 324.01 ns 324.30 ns 1.00 621.63 ns

Subjects

name rxcpp rpp prev rpp ratio rpp no optimization
publish_subject with 1 observer - on_next 36.08 ns 29.22 ns 29.22 ns 1.00 29.67 ns
subscribe 100 observers to publish_subject 269375.00 ns 26332.56 ns 25692.86 ns 1.02 26663.16 ns
100 on_next to 100 observers to publish_subject 55026.32 ns 32840.00 ns 32817.65 ns 1.00 36375.00 ns

Scenarios

name rxcpp rpp prev rpp ratio rpp no optimization
basic sample 1897.18 ns 95.60 ns 96.41 ns 0.99 112.20 ns
basic sample with immediate scheduler 1899.26 ns 68.43 ns 69.17 ns 0.99 82.74 ns
mix operators with disposables and without disposables 10078.22 ns 1875.17 ns 1890.16 ns 0.99 2506.62 ns
single disposable and looooooong indentity chain 26969.77 ns 1689.62 ns 1742.63 ns 0.97 6488.54 ns

Aggregating Operators

name rxcpp rpp prev rpp ratio rpp no optimization
immediate_just+reduce(10, std::plus)+subscribe 1516.29 ns 19.42 ns 19.42 ns 1.00 22.81 ns

Error Handling Operators

name rxcpp rpp prev rpp ratio rpp no optimization
create(on_next(1), on_error())+on_error_resume_next(immediate_just(2)))+subscribe 1955.53 ns 361.95 ns 358.28 ns 1.01 363.45 ns
create(on_error())+retry(1)+subscribe 1290.45 ns 143.75 ns 138.17 ns 1.04 137.86 ns

Copy link

codecov bot commented Jan 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.62%. Comparing base (a8d87d6) to head (49cf6ba).
Report is 1 commits behind head on v2.

Additional details and impacted files
@@           Coverage Diff           @@
##               v2     #701   +/-   ##
=======================================
  Coverage   98.62%   98.62%           
=======================================
  Files         156      156           
  Lines        9800     9800           
=======================================
  Hits         9665     9665           
  Misses        135      135           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@victimsnino victimsnino merged commit c4c5598 into v2 Jan 28, 2025
55 checks passed
@victimsnino victimsnino deleted the dependabot/github_actions/dawidd6/action-download-artifact-8 branch January 28, 2025 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant