File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/blas/base/daxpy-wasm/benchmark Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ function createBenchmark( len ) {
76
76
mod = new daxpy . Module ( mem ) ;
77
77
78
78
// Initialize the module:
79
- mod . initializeSync ( ) ;
79
+ mod . initializeSync ( ) ; // eslint-disable-line node/no-sync
80
80
81
81
// Reallocate the underlying memory to allow storing two vectors:
82
82
nb = bytesPerElement ( options . dtype ) ;
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ function createBenchmark( len ) {
76
76
mod = new daxpy . Module ( mem ) ;
77
77
78
78
// Initialize the module:
79
- mod . initializeSync ( ) ;
79
+ mod . initializeSync ( ) ; // eslint-disable-line node/no-sync
80
80
81
81
// Reallocate the underlying memory to allow storing two vectors:
82
82
nb = bytesPerElement ( options . dtype ) ;
You can’t perform that action at this time.
0 commit comments