Skip to content

Commit 5857b32

Browse files
authored
fix: benchmark options
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent a7aea66 commit 5857b32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/node_modules/@stdlib/blas/base/wasm/scnrm2/benchmark/benchmark.module.main.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ var scnrm2 = require( './../lib' );
3636
var opts = {
3737
'skip': !hasWebAssemblySupport()
3838
};
39+
var options = {
40+
'dtype': 'float32'
41+
};
3942

4043

4144
// FUNCTIONS //

0 commit comments

Comments
 (0)