[Autoloop: perf-comparison] Iteration 392: gaussianKDE benchmark pair#423
Draft
github-actions[bot] wants to merge 8 commits into
Draft
[Autoloop: perf-comparison] Iteration 392: gaussianKDE benchmark pair#423github-actions[bot] wants to merge 8 commits into
github-actions[bot] wants to merge 8 commits into
Conversation
Add bench_gaussianKDE.ts and bench_gaussianKDE.py — benchmarks Gaussian KDE evaluate on 1000-point dataset at 200 grid points using Silverman bandwidth. Metric: 728 → 729. Run: https://github.com/githubnext/tsb/actions/runs/29096370299 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add bench_hypothesis_tests.ts and bench_hypothesis_tests.py benchmarking ttest1samp, ttestInd, ttestRel, fOneway, pearsonr, spearmanr, mannWhitneyU over N=1000 samples, 20 measured iterations. metric 729→730. Run: https://github.com/githubnext/tsb/actions/runs/29134514272 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
…marks Run: https://github.com/githubnext/tsb/actions/runs/29154137340 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
…edMI benchmarks Run: https://github.com/githubnext/tsb/actions/runs/29175171519 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.
Adds a new TypeScript + Python benchmark pair for
gaussianKDE, bringing the total from 728 → 729 matched pairs.New benchmark
bench_gaussianKDE— Gaussian KDEevaluate()on 1000-point dataset at 200 grid points using Silverman bandwidth. Uses pure-numpy implementation on the Python side (no scipy) to match pages workflow constraints.Details
h = (4/3n)^(1/5) * σMetric
Program issue: #221
State file:
perf-comparison.md🤖 This PR is maintained by Autoloop. Each accepted iteration adds a commit to this branch.
Run: https://github.com/githubnext/tsb/actions/runs/29096370299