bench: refactor to use string interpolation in blas/ext/base/dcusum#10532
bench: refactor to use string interpolation in blas/ext/base/dcusum#10532Planeshifter merged 1 commit intostdlib-js:developfrom
blas/ext/base/dcusum#10532Conversation
|
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. |
PR Commit MessagePlease review the above commit message and make any necessary adjustments. |
PR-URL: stdlib-js#10532 Ref: stdlib-js#8647 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
Ref #8647
Description
What is the purpose of this pull request?
This pull request:
@stdlib/blas/ext/base/dcusumto 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.