📝 CodeRabbit Chat: Align TypeScript and Rust Benchmarks with Real-Use-Case Workloads - #577
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
Important Review skippedThis PR was authored by the user configured for CodeRabbit reviews. CodeRabbit does not review PRs authored by this user. It's recommended to use a dedicated user account to post CodeRabbit review feedback. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Essentials Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
8 tasks
claycuy
added a commit
that referenced
this pull request
Sep 13, 2026
* chore: Update bench and unit tests * 📝 CodeRabbit Chat: Update add benchmark to use built-in Itme module (#567) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * 📝 CodeRabbit Chat: Update Rust benchmarks to use the built-in Itme pattern (#569) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * 📝 CodeRabbit Chat: Fix Rust benchmark capability construction without cloning (#570) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * 📝 CodeRabbit Chat: Fix VmConfig construction in Rust benchmarks (#571) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * 📝 CodeRabbit Chat: Fix Rust benchmark vm.load type inference ambiguity (#572) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor: Clean up source code * 📝 CodeRabbit Chat: Update TypeScript Benchmark Test with Unitry Pattern (#574) * 📝 CodeRabbit Chat: Update TypeScript Benchmark Test with Unitry Pattern * 📝 CodeRabbit Chat: Standardize TypeScript Unitry Test Patterns (#575) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * 📝 CodeRabbit Chat: Migrate TypeScript Benchmarks to LightVM Bench API (#576) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * 📝 CodeRabbit Chat: Align TypeScript and Rust Benchmarks with Real-Use-Case Workloads (#577) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * 📝 CodeRabbit Chat: Fix ESLint violations in TypeScript tests and generated types (#578) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * 📝 CodeRabbit Chat: Remove Excess Empty Lines from TypeScript Tests (#579) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * 📝 CodeRabbit Chat: Fix ESLint Circular Fixes and Generated File Headers (#580) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor: Clean up source code * 📝 CodeRabbit Chat: Type Benchmark Callback Parameter as Number (#581) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * 📝 CodeRabbit Chat: Fix Node.js types in subprocess tests (#582) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor: Clean up source code --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
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.
Code changes was requested by @claycuy.
The following files were modified:
Cargo.tomlrust/benches/normal/function_call_bench.rsrust/benches/optimize/function_call_bench.rsscripts/bench/ts-bench.jsts/benchmarks/normal/add_bench.tsts/benchmarks/normal/assign_bench.tsts/benchmarks/normal/concat_bench.tsts/benchmarks/normal/dead_code_bench.tsts/benchmarks/normal/function_call_bench.tsts/benchmarks/normal/io_bench.tsts/benchmarks/optimize/add_bench.tsts/benchmarks/optimize/assign_bench.tsts/benchmarks/optimize/concat_bench.tsts/benchmarks/optimize/dead_code_bench.tsts/benchmarks/optimize/function_call_bench.tsts/benchmarks/optimize/io_bench.tsts/benchmarks/add_bench.tsts/benchmarks/assign_bench.tsts/benchmarks/concat_bench.tsts/benchmarks/dead_code_bench.tsts/benchmarks/io_bench.ts