[Autoloop: perf-comparison]#324
Merged
Merged
Conversation
…nchmark pair Run: https://github.com/githubnext/tsb/actions/runs/25984977778 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
… pair Run: https://github.com/githubnext/tsb/actions/runs/26008813008 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
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.
Autoloop: perf-comparison — Performance Benchmark Suite
Systematically benchmarks every tsb function against its pandas equivalent, one function per iteration.
Goal: Add benchmark pairs for all tsb functions so users can compare TypeScript (tsb/Bun) vs Python (pandas) performance.
Program Issue: #221
Current Best Metric: 664 benchmark pairs
Latest: Iteration 319 — pdArray/PandasArray benchmarks
Added benchmark pair for
pdArray/PandasArray(src/core/pd_array.ts):benchmarks/tsb/bench_pd_array.ts— creates 10k-element arrays of int, float, string, and nullable int; tests.at(),.toArray(),.lengthbenchmarks/pandas/bench_pd_array.py— equivalent usingpd.array()with nullable dtypes (Int64,Float64,string)Metric: 664 benchmark pairs (↑ from 663, delta: +1)
Run: https://github.com/githubnext/tsb/actions/runs/25984977778
🤖 This PR is maintained by Autoloop. Each accepted iteration adds a commit to this branch.