We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7f9a9 commit 726e8fdCopy full SHA for 726e8fd
1 file changed
lib/node_modules/@stdlib/ndarray/base/pop/benchmark/benchmark.js
@@ -37,11 +37,11 @@ bench( pkg+'::1d', function benchmark( b ) {
37
/* eslint-disable object-curly-newline */
38
39
values = [
40
- empty( [ 2 ], { 'dtype': 'float64' }),
41
- empty( [ 2 ], { 'dtype': 'float32' }),
42
- empty( [ 2 ], { 'dtype': 'int32' }),
43
- empty( [ 2 ], { 'dtype': 'complex128' }),
44
- empty( [ 2 ], { 'dtype': 'generic' })
+ empty( [ 2 ], { 'dtype': 'float64' } ),
+ empty( [ 2 ], { 'dtype': 'float32' } ),
+ empty( [ 2 ], { 'dtype': 'int32' } ),
+ empty( [ 2 ], { 'dtype': 'complex128' } ),
+ empty( [ 2 ], { 'dtype': 'generic' } )
45
];
46
47
/* eslint-enable object-curly-newline */
0 commit comments