Skip to content

Commit f684ff3

Browse files
authored
Update benchmark.js
Signed-off-by: Uday Kakade <[email protected]>
1 parent 5821d4b commit f684ff3

File tree

1 file changed

+4
-0
lines changed
  • lib/node_modules/@stdlib/assert/is-float16array/benchmark

1 file changed

+4
-0
lines changed

lib/node_modules/@stdlib/assert/is-float16array/benchmark/benchmark.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,14 @@ var pkg = require( './../package.json' ).name;
3535
var isFloat16Array = require( './../lib' );
3636
var Float16Array = globalThis[ Symbol.for( '@@stdlib/array/float16' ) ];
3737

38+
39+
// VARIABLES //
40+
3841
var opts = {
3942
skip: ( typeof Float16Array !== 'function' )
4043
};
4144

45+
4246
// MAIN //
4347

4448
bench( pkg, opts, function benchmark( b ) {

0 commit comments

Comments
 (0)