Skip to content

Commit 675c250

Browse files
committed
fix: drev benchmark - use @stdlib/string/format per RFC #8647
1 parent 2d2e698 commit 675c250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/ext/base/ndarray/drev/benchmark

lib/node_modules/@stdlib/blas/ext/base/ndarray/drev/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function main() {
9494
for ( i = min; i <= max; i++ ) {
9595
len = pow( 10, i );
9696
f = createBenchmark( len );
97-
bench( pkg + ':len=' + len, f );
97+
bench( format( '%s:len=%d', pkg, len ), f );
9898
}
9999
}
100100

0 commit comments

Comments
 (0)