Skip to content

Commit eda24b6

Browse files
authored
chore: pass in value
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent a366de5 commit eda24b6

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/base/take/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/base/take/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var take = require( './../lib' );
3030

3131
// MAIN //
3232

33-
bench( format( '%s::copy:len=100', pkg ), function benchmark( b ) {
33+
bench( format( '%s::copy:len=%d', pkg, 100 ), function benchmark( b ) {
3434
var x;
3535
var i;
3636
var v;

0 commit comments

Comments
 (0)