You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 This PR is maintained by Autoloop. Each accepted iteration adds a commit to this branch.
Goal
Systematically benchmark every tsb function against its pandas equivalent. Each iteration adds a new benchmark pair (TypeScript + Python) and the results are published to the playground benchmarks page.
Program Issue: #221 Best Metric: 636 benchmarked function pairs
Latest Accepted Iteration (298)
Added benchmark pairs for:
assign — DataFrame.assign() with callable column derivations
The patch file is available in the agent artifact in the workflow run linked above.
To create a pull request with the changes:
# Download the artifact from the workflow run
gh run download 25129063173 -n agent -D /tmp/agent-25129063173
# Create a new branch
git checkout -b autoloop/perf-comparison
# Apply the patch (--3way handles cross-repo patches where files may already exist)
git am --3way /tmp/agent-25129063173/aw-autoloop-perf-comparison.patch
# Push the branch to origin
git push origin autoloop/perf-comparison
# Create the pull request
gh pr create --title '[Autoloop: perf-comparison]' --base main --head autoloop/perf-comparison --repo githubnext/tsessebe
🤖 This PR is maintained by Autoloop. Each accepted iteration adds a commit to this branch.
Goal
Systematically benchmark every tsb function against its pandas equivalent. Each iteration adds a new benchmark pair (TypeScript + Python) and the results are published to the playground benchmarks page.
Program Issue: #221
Best Metric: 636 benchmarked function pairs
Latest Accepted Iteration (298)
Added benchmark pairs for:
assign—DataFrame.assign()with callable column derivationspipe_apply—pipe()+seriesApply()+dataFrameApplyMap()to_from_dict—toDictOriented()/fromDictOriented()round-tripMetric: 636 (previous best: 635, delta: +1)
Run: §25129063173
Note
This was originally intended as a pull request, but the git push operation failed.
Workflow Run: View run details and download patch artifact
The patch file is available in the
agentartifact in the workflow run linked above.To create a pull request with the changes:
Show patch preview (253 of 253 lines)