[Autoloop] [Autoloop: perf-comparison]#166
Merged
Merged
Conversation
…68 pairs) - Rewrote run_benchmarks.sh with tsx fallback (when bun CDN blocked), 8 parallel workers (xargs -P), 30s per-benchmark timeout, and temp-file JSON passing to avoid shell quoting issues; fixes 3 consecutive push failures - Added bench_string_ops_extended pair (strip/replace/startswith/endswith on 100k strings) - Metric: 368 benchmarked pairs (was 366 best, +2) Run: https://github.com/githubnext/tsessebe/actions/runs/24706192262 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…8→369) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
Contributor
Author
|
🤖 Iteration 274 — ✅ Accepted
|
Contributor
Author
|
🤖 Iteration 274 — ✅ Accepted (Run)
|
Contributor
Author
|
Warning The 🤖 Iteration 277 — ✅ AcceptedWhat changed: Fixed benchmark constructor calls in 142 TS scripts (
🤖 This comment is maintained by Autoloop. |
Contributor
Author
✅ Iteration 277: 631/631 benchmark pairs passing (+319)Metric: 631 benchmarked_functions (was 312) — all 631/631 pairs now pass What changed (262 files)TypeScript benchmarks (200+ files fixed):
Python benchmarks (30+ files fixed, pandas 2.x compat):
Run: §24720788351 |
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.
🤖 This PR is maintained by Autoloop. Each accepted iteration adds a commit to this branch.
Autoloop: perf-comparison
Goal: Systematically benchmark every tsb function against its pandas equivalent, recording timing data that surfaces on the playground benchmarks page.
Metric:
benchmarked_functions— number of benchmark pairs that successfully run to completion (higher is better)Current best: 372 benchmarked pairs (established in iteration 274)
Steering Issue: #131
Latest Iteration (274)
run_benchmarks.shwith parallel tsx runner (8 workers, 30s timeout); addedbench_numeric_extended_fnandbench_window_extended_fnpairs