bench: refactor to use string interpolation in blas/ext/base/dapxsumpw#10518
bench: refactor to use string interpolation in blas/ext/base/dapxsumpw#10518kgryte merged 5 commits intostdlib-js:developfrom
blas/ext/base/dapxsumpw#10518Conversation
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>
|
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:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
Coverage Report
The above coverage report was generated for the changes in this PR. |
|
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:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
PR-URL: stdlib-js#10518 Ref: stdlib-js#8647 Reviewed-by: Athan Reines <kgryte@gmail.com>
Ref #8647.
Description
What is the purpose of this pull request?
This pull request:
@stdlib/blas/ext/base/dapxsumpwto use string interpolation via@stdlib/string/formatinstead of string concatenation for constructing benchmark names.Related Issues
This pull request resolves a part of #8647.
Checklist
@stdlib/string/format.