bench: refactor to use string interpolation in buffer/from-string#10500
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
buffer/from-string
85026bf to
3d281df
Compare
|
@Planeshifter The run_affected_tests failure appears to be unrelated to the benchmark changes in this PR. The failing step runs tests for all downstream packages that depend on Evidence:
The benchmark refactoring follows the exact pattern from the reference commit (086231d). Happy to address any other feedback! |
PR Commit MessagePlease review the above commit message and make any necessary adjustments. |
PR-URL: stdlib-js#10500 Ref: stdlib-js#8647 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
Ref #8647.
Description
This pull request:
@stdlib/buffer/from-stringto use string interpolation via@stdlib/string/formatinstead of string concatenation.Related Issues
Questions
No.
Other
No.
Checklist
AI Assistance
@stdlib-js/reviewers