From 1004ad7fda7c51baf060880ef402117e350de4ca Mon Sep 17 00:00:00 2001 From: Aniket Sonawane Date: Thu, 26 Mar 2026 14:21:03 +0530 Subject: [PATCH 1/2] chore: address commit comments (issue #11151) --- 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 --- --- .../array/little-endian-factory/benchmark/benchmark.of.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/array/little-endian-factory/benchmark/benchmark.of.js b/lib/node_modules/@stdlib/array/little-endian-factory/benchmark/benchmark.of.js index 1d87d923e0a3..5a69855f3db7 100644 --- a/lib/node_modules/@stdlib/array/little-endian-factory/benchmark/benchmark.of.js +++ b/lib/node_modules/@stdlib/array/little-endian-factory/benchmark/benchmark.of.js @@ -52,7 +52,7 @@ bench( format( '%s:of', pkg ), function benchmark( b ) { b.end(); }); -bench( format( '%s:len=5', pkg ), function benchmark( b ) { +bench( format( '%s:of:len=5', pkg ), function benchmark( b ) { var buf; var arr; var i; From f98785f91b3ff2f7b27091cad31a46c5c1771825 Mon Sep 17 00:00:00 2001 From: Aniket Sonawane Date: Thu, 26 Mar 2026 15:01:46 +0530 Subject: [PATCH 2/2] chore: signed commit --- 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: na - 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 ---