Skip to content

Commit af98fac

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

9292
f = createBenchmark( len );
93-
bench( format( '%s:dtype=generic,len=%s', pkg, len ), f );
93+
bench( format( '%s:dtype=generic,len=%d', pkg, len ), f );
9494
}
9595
}
9696

0 commit comments

Comments
 (0)