bench: refactor to use string interpolation in blas/base/sdot#10175
bench: refactor to use string interpolation in blas/base/sdot#10175Planeshifter merged 1 commit intostdlib-js:developfrom
blas/base/sdot#10175Conversation
---
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes.
report:
- task: lint_filenames
status: passed
- task: lint_editorconfig
status: passed
- task: lint_markdown
status: na
- task: lint_package_json
status: na
- task: lint_repl_help
status: na
- task: lint_javascript_src
status: na
- task: lint_javascript_cli
status: na
- task: lint_javascript_examples
status: na
- task: lint_javascript_tests
status: na
- task: lint_javascript_benchmarks
status: passed
- task: lint_python
status: na
- task: lint_r
status: na
- task: lint_c_src
status: na
- task: lint_c_examples
status: na
- task: lint_c_benchmarks
status: na
- task: lint_c_tests_fixtures
status: na
- task: lint_shell
status: na
- task: lint_typescript_declarations
status: passed
- task: lint_typescript_tests
status: na
- task: lint_license_headers
status: passed
---
Coverage Report
The above coverage report was generated for the changes in this PR. |
|
I noticed your PR description contains closing keywords ("Resolves", "Closes", or "Fixes") referencing a "Tracking Issue". Why this matters: Required action: Thank you for your contribution to the project! |
PR Commit MessagePlease review the above commit message and make any necessary adjustments. |
PR-URL: stdlib-js#10175 Ref: stdlib-js#8647 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
Resolves a part of #8647.
Description
This pull request:
blas/base/sdotto use string interpolation in JavaScript benchmarks for the benchmark name.Related Issues
This pull request has the following related issues:
Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
NA
@stdlib-js/reviewers