Skip to content

Commit 0b2d997

Browse files
committed
bench(array-base/take-map): use string interpolation
--- 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 ---
1 parent e62658e commit 0b2d997

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/node_modules/@stdlib/array/base/take-map/benchmark/benchmark.assign.length.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ function main() {
103103
for ( i = min; i <= max; i++ ) {
104104
len = pow( 10, i );
105105
f = createBenchmark( len );
106-
bench( pkg+':assign:len='+len, f );
107106
bench( format( '%s:assign:len=%d', pkg, len ), f );
108107
}
109108
}

0 commit comments

Comments
 (0)