Skip to content

Commit 30c3d0a

Browse files
authored
bench: use correct specifier
Signed-off-by: Athan <kgryte@gmail.com>
1 parent c9a986f commit 30c3d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/base/fill-by/benchmark/benchmark.length.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function main() {
103103
len = pow( 10, i );
104104

105105
f = createBenchmark( len );
106-
bench( format( '%s:dtype=generic,len=%s', pkg, len ), f );
106+
bench( format( '%s:dtype=generic,len=%d', pkg, len ), f );
107107
}
108108
}
109109

0 commit comments

Comments
 (0)