Skip to content

bench: refactor to use string interpolation in blas/ext/base/dnancusumkbn#10534

Closed
rautelaKamal wants to merge 2 commits intostdlib-js:developfrom
rautelaKamal:bench-dcusumpw
Closed

bench: refactor to use string interpolation in blas/ext/base/dnancusumkbn#10534
rautelaKamal wants to merge 2 commits intostdlib-js:developfrom
rautelaKamal:bench-dcusumpw

Conversation

@rautelaKamal
Copy link
Contributor

@rautelaKamal rautelaKamal commented Feb 27, 2026

Ref #8647.

Description

What is the purpose of this pull request?

This pull request:

  • Refactors the JavaScript benchmarks in @stdlib/blas/ext/base/dcusumpw to use string interpolation via @stdlib/string/format instead of string concatenation for constructing benchmark names.

Related Issues

This pull request resolves a part of #8647.

Checklist

  • Read, understood, and followed the contributing guidelines
  • Updated JavaScript benchmarks to use @stdlib/string/format.
  • Verified benchmark names are preserved after refactoring.

@stdlib-bot stdlib-bot added BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). Needs Review A pull request which needs code review. Good First PR A pull request resolving a Good First Issue. labels Feb 27, 2026
@stdlib-bot
Copy link
Contributor

Coverage Report

Package Statements Branches Functions Lines
blas/ext/base/dcusum $\color{green}367/367$
$\color{green}+100.00%$
$\color{green}13/13$
$\color{green}+100.00%$
$\color{green}4/4$
$\color{green}+100.00%$
$\color{green}367/367$
$\color{green}+100.00%$
blas/ext/base/dcusumpw $\color{green}418/418$
$\color{green}+100.00%$
$\color{green}18/18$
$\color{green}+100.00%$
$\color{green}4/4$
$\color{green}+100.00%$
$\color{green}418/418$
$\color{green}+100.00%$

The above coverage report was generated for the changes in this PR.

@rautelaKamal rautelaKamal changed the title - [x] Read, understood, and followed the [contributing guidelines](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) bench: refactor to use string interpolation in blas/ext/base/dnancusumkbn Feb 27, 2026
@stdlib-bot stdlib-bot removed the Needs Review A pull request which needs code review. label Feb 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). Good First PR A pull request resolving a Good First Issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants