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

Migrate move repo #4188

Closed
wants to merge 28 commits into from
Closed

Migrate move repo #4188

wants to merge 28 commits into from

Conversation

simonjiao
Copy link
Collaborator

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Other information

Copy link

coderabbitai bot commented Aug 29, 2024

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. 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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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 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.

@simonjiao simonjiao force-pushed the migrate-move-repo branch 3 times, most recently from 3eb23c1 to 2d8ea79 Compare September 2, 2024 11:55
Copy link

github-actions bot commented Sep 2, 2024

Benchmark for 4117903

Click to view benchmark
Test Base PR %
accumulator_append 733.8±28.32µs 754.3±68.21µs +2.79%
block_apply/block_apply_10 381.3±11.50ms 219.0±6.85ms -42.56%
block_apply/block_apply_1000 38.9±0.92s 23.0±0.72s -40.87%
get_with_proof/db_store 45.3±1.08µs 46.3±1.58µs +2.21%
get_with_proof/mem_store 37.2±0.83µs 37.2±1.41µs 0.00%
put_and_commit/db_store/1 121.9±7.06µs 147.9±45.03µs +21.33%
put_and_commit/db_store/10 1035.7±52.80µs 1091.8±114.15µs +5.42%
put_and_commit/db_store/100 9.7±0.54ms 10.1±1.11ms +4.12%
put_and_commit/db_store/5 535.4±31.84µs 541.8±34.93µs +1.20%
put_and_commit/db_store/50 4.8±0.30ms 5.0±0.25ms +4.17%
put_and_commit/mem_store/1 73.2±7.37µs 72.9±6.52µs -0.41%
put_and_commit/mem_store/10 874.8±269.87µs 694.1±60.02µs -20.66%
put_and_commit/mem_store/100 6.6±0.31ms 6.6±0.32ms 0.00%
put_and_commit/mem_store/5 343.1±29.22µs 348.6±29.55µs +1.60%
put_and_commit/mem_store/50 3.2±0.14ms 3.3±0.20ms +3.13%
query_block/query_block_in(10)_times(100) 9.0±0.41ms 9.6±0.58ms +6.67%
query_block/query_block_in(10)_times(1000) 86.2±2.88ms 91.8±5.17ms +6.50%
query_block/query_block_in(10)_times(10000) 894.1±49.09ms 948.4±25.53ms +6.07%
query_block/query_block_in(1000)_times(100) 1744.7±32.09µs 1888.3±167.80µs +8.23%
query_block/query_block_in(1000)_times(1000) 21.5±7.06ms 17.7±0.17ms -17.67%
query_block/query_block_in(1000)_times(10000) 174.0±4.09ms 181.7±6.09ms +4.43%
storage_transaction 1095.8±415.83µs 1095.4±431.02µs -0.04%
vm/transaction_execution/1 404.4±8.73ms 290.8±27.56ms -28.09%
vm/transaction_execution/10 126.9±1.19ms 113.8±5.51ms -10.32%
vm/transaction_execution/20 121.2±8.82ms 104.6±3.28ms -13.70%
vm/transaction_execution/5 157.0±2.87ms 124.6±2.54ms -20.64%
vm/transaction_execution/50 135.7±4.11ms 124.1±5.55ms -8.55%

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