Skip to content

bench: refactor to use string interpolation in blas/ext/base/dapxsumpw#10518

Open
rautelaKamal wants to merge 4 commits intostdlib-js:developfrom
rautelaKamal:bench-dapxsumpw
Open

bench: refactor to use string interpolation in blas/ext/base/dapxsumpw#10518
rautelaKamal wants to merge 4 commits intostdlib-js:developfrom
rautelaKamal:bench-dapxsumpw

Conversation

@rautelaKamal
Copy link
Contributor

Resolves a part of #8647.

Description

What is the purpose of this pull request?

This pull request:

  • Refactors the JavaScript benchmarks in @stdlib/blas/ext/base/dapxsumpw 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

  • Followed the contributing guidelines.
  • Updated JavaScript benchmarks to use @stdlib/string/format.
  • Verified benchmark names are preserved after refactoring.

Signed-off-by: Kamal Singh Rautela <130351010+rautelaKamal@users.noreply.github.com>
Signed-off-by: Kamal Singh Rautela <130351010+rautelaKamal@users.noreply.github.com>
Signed-off-by: Kamal Singh Rautela <130351010+rautelaKamal@users.noreply.github.com>
Signed-off-by: Kamal Singh Rautela <130351010+rautelaKamal@users.noreply.github.com>
@stdlib-bot
Copy link
Contributor

Hello! Thank you for your contribution to stdlib.

We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:

  1. Please read our contributing guidelines.

  2. Update your pull request description to include this checked box:

    - [x] Read, understood, and followed the [contributing guidelines](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md)

This acknowledgment confirms that you've read the guidelines, which include:

  • The developer's certificate of origin
  • Your agreement to license your contributions under the project's terms

We can't review or accept contributions without this acknowledgment.

Thank you for your understanding and cooperation. We look forward to reviewing your contribution!

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

Coverage Report

Package Statements Branches Functions Lines
blas/ext/base/dapxsumpw $\color{green}368/368$
$\color{green}+100.00%$
$\color{green}15/15$
$\color{green}+100.00%$
$\color{green}4/4$
$\color{green}+100.00%$
$\color{green}368/368$
$\color{green}+100.00%$

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

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. Needs Review A pull request which needs code review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants