Skip to content

Commit 492e092

Browse files
authored
bench: use pkg directly without format
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent d8b54f1 commit 492e092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/incr/nanmmape/benchmark

lib/node_modules/@stdlib/stats/incr/nanmmape/benchmark/benchmark.js

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

3030
// MAIN //
3131

32-
bench( format( '%s', pkg ), function benchmark( b ) {
32+
bench( pkg, function benchmark( b ) {
3333
var f;
3434
var i;
3535
b.tic();

0 commit comments

Comments
 (0)