Skip to content

bench: rename misspelled benchmark.stack.js in blas/sdot#12290

Merged
kgryte merged 1 commit into
developfrom
philipp/drift-blas-2026-05-25
May 27, 2026
Merged

bench: rename misspelled benchmark.stack.js in blas/sdot#12290
kgryte merged 1 commit into
developfrom
philipp/drift-blas-2026-05-25

Conversation

@Planeshifter
Copy link
Copy Markdown
Member

Description

This pull request:

  • renames lib/node_modules/@stdlib/blas/sdot/benchmark/benchmark.stack.js to benchmark.stacks.js to match the sibling naming convention.

@stdlib/blas/sdot

The benchmark file benchmark.stack.js is the lone singular spelling among the four blas/ packages that ship a stacks-of-vectors benchmark; ddot, dswap, and sswap all use benchmark.stacks.js (3/4 = 75% conformance within the comparable subset). The file's own bench label already emits ::stacks: (plural), so the singular filename is an isolated typo. Diff is a pure rename — content unchanged.

Related Issues

No.

Questions

No.

Other

No.

Checklist

AI Assistance

  • Yes
  • No

If you answered "yes" above, how did you use AI assistance?

  • Code generation (e.g., when writing an implementation or fixing a bug)
  • Test/benchmark generation
  • Documentation (including examples)
  • Research and understanding

Disclosure

This PR was authored by Claude Code as part of an automated cross-package drift-detection run over the blas/ namespace. Structural and semantic features were extracted from all 9 direct members; the singular benchmark.stack.js filename in blas/sdot was the only correction that survived three-agent validation. No source code was generated — only a file rename.


@stdlib-js/reviewers


Generated by Claude Code

Renames `benchmark/benchmark.stack.js` to `benchmark/benchmark.stacks.js`
to match the sibling convention. Among packages with this benchmark file
in `blas/`, 3 of 4 (`ddot`, `dswap`, `sswap`) use the plural form, and
the bench label inside the file already emits `::stacks:`.
@stdlib-bot stdlib-bot added the BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). label May 25, 2026
@stdlib-bot
Copy link
Copy Markdown
Contributor

Coverage Report

No coverage information available.

@Planeshifter Planeshifter marked this pull request as ready for review May 26, 2026 16:50
@Planeshifter Planeshifter requested review from a team and kgryte May 26, 2026 16:50
@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label May 26, 2026
@kgryte kgryte added Benchmarks Pull requests adding or improving benchmarks for measuring performance. and removed Needs Review A pull request which needs code review. labels May 27, 2026
@kgryte kgryte merged commit 6bf10af into develop May 27, 2026
73 checks passed
@kgryte kgryte deleted the philipp/drift-blas-2026-05-25 branch May 27, 2026 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Benchmarks Pull requests adding or improving benchmarks for measuring performance. BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants