diff --git a/lib/node_modules/@stdlib/ndarray/empty/benchmark/benchmark.size.float32.js b/lib/node_modules/@stdlib/ndarray/empty/benchmark/benchmark.size.float32.js index 192594305d2f..bc93c734bc0a 100644 --- a/lib/node_modules/@stdlib/ndarray/empty/benchmark/benchmark.size.float32.js +++ b/lib/node_modules/@stdlib/ndarray/empty/benchmark/benchmark.size.float32.js @@ -52,7 +52,7 @@ function createBenchmark( len ) { var i; opts = { - 'dtype': 'float64' + 'dtype': 'float32' }; b.tic(); diff --git a/lib/node_modules/@stdlib/ndarray/empty/benchmark/benchmark.size.float64.js b/lib/node_modules/@stdlib/ndarray/empty/benchmark/benchmark.size.float64.js index f6392453c363..19f9cec04e73 100644 --- a/lib/node_modules/@stdlib/ndarray/empty/benchmark/benchmark.size.float64.js +++ b/lib/node_modules/@stdlib/ndarray/empty/benchmark/benchmark.size.float64.js @@ -52,7 +52,7 @@ function createBenchmark( len ) { var i; opts = { - 'dtype': 'float32' + 'dtype': 'float64' }; b.tic(); diff --git a/lib/node_modules/@stdlib/ndarray/ones/benchmark/benchmark.size.float32.js b/lib/node_modules/@stdlib/ndarray/ones/benchmark/benchmark.size.float32.js index 7f82abc018d0..031d5ca6e488 100644 --- a/lib/node_modules/@stdlib/ndarray/ones/benchmark/benchmark.size.float32.js +++ b/lib/node_modules/@stdlib/ndarray/ones/benchmark/benchmark.size.float32.js @@ -52,7 +52,7 @@ function createBenchmark( len ) { var i; opts = { - 'dtype': 'float64' + 'dtype': 'float32' }; b.tic(); diff --git a/lib/node_modules/@stdlib/ndarray/ones/benchmark/benchmark.size.float64.js b/lib/node_modules/@stdlib/ndarray/ones/benchmark/benchmark.size.float64.js index 634662442585..dc4ef8431666 100644 --- a/lib/node_modules/@stdlib/ndarray/ones/benchmark/benchmark.size.float64.js +++ b/lib/node_modules/@stdlib/ndarray/ones/benchmark/benchmark.size.float64.js @@ -52,7 +52,7 @@ function createBenchmark( len ) { var i; opts = { - 'dtype': 'float32' + 'dtype': 'float64' }; b.tic(); diff --git a/lib/node_modules/@stdlib/ndarray/zeros/benchmark/benchmark.size.float32.js b/lib/node_modules/@stdlib/ndarray/zeros/benchmark/benchmark.size.float32.js index 08d374b11441..f51cd1da0c0b 100644 --- a/lib/node_modules/@stdlib/ndarray/zeros/benchmark/benchmark.size.float32.js +++ b/lib/node_modules/@stdlib/ndarray/zeros/benchmark/benchmark.size.float32.js @@ -52,7 +52,7 @@ function createBenchmark( len ) { var i; opts = { - 'dtype': 'float64' + 'dtype': 'float32' }; b.tic(); diff --git a/lib/node_modules/@stdlib/ndarray/zeros/benchmark/benchmark.size.float64.js b/lib/node_modules/@stdlib/ndarray/zeros/benchmark/benchmark.size.float64.js index 064e21158977..8290d4d018cd 100644 --- a/lib/node_modules/@stdlib/ndarray/zeros/benchmark/benchmark.size.float64.js +++ b/lib/node_modules/@stdlib/ndarray/zeros/benchmark/benchmark.size.float64.js @@ -52,7 +52,7 @@ function createBenchmark( len ) { var i; opts = { - 'dtype': 'float32' + 'dtype': 'float64' }; b.tic();