@@ -69,11 +69,11 @@ bench( pkg+'::1d,non-base', function benchmark( b ) {
6969 /* eslint-disable object-curly-newline */
7070
7171 values = [
72- empty ( [ 2 ] , { 'dtype' : 'float64' } ) ,
73- empty ( [ 2 ] , { 'dtype' : 'float32' } ) ,
74- empty ( [ 2 ] , { 'dtype' : 'int32' } ) ,
75- empty ( [ 2 ] , { 'dtype' : 'complex128' } ) ,
76- empty ( [ 2 ] , { 'dtype' : 'generic' } )
72+ empty ( [ 2 ] , { 'dtype' : 'float64' } ) ,
73+ empty ( [ 2 ] , { 'dtype' : 'float32' } ) ,
74+ empty ( [ 2 ] , { 'dtype' : 'int32' } ) ,
75+ empty ( [ 2 ] , { 'dtype' : 'complex128' } ) ,
76+ empty ( [ 2 ] , { 'dtype' : 'generic' } )
7777 ] ;
7878
7979 /* eslint-enable object-curly-newline */
@@ -134,11 +134,11 @@ bench( pkg+'::1d,non-base,out-of-bounds', function benchmark( b ) {
134134 /* eslint-disable object-curly-newline */
135135
136136 values = [
137- empty ( [ 2 ] , { 'dtype' : 'float64' } ) ,
138- empty ( [ 2 ] , { 'dtype' : 'float32' } ) ,
139- empty ( [ 2 ] , { 'dtype' : 'int32' } ) ,
140- empty ( [ 2 ] , { 'dtype' : 'complex128' } ) ,
141- empty ( [ 2 ] , { 'dtype' : 'generic' } )
137+ empty ( [ 2 ] , { 'dtype' : 'float64' } ) ,
138+ empty ( [ 2 ] , { 'dtype' : 'float32' } ) ,
139+ empty ( [ 2 ] , { 'dtype' : 'int32' } ) ,
140+ empty ( [ 2 ] , { 'dtype' : 'complex128' } ) ,
141+ empty ( [ 2 ] , { 'dtype' : 'generic' } )
142142 ] ;
143143
144144 /* eslint-enable object-curly-newline */
@@ -199,11 +199,11 @@ bench( pkg+'::2d,non-base', function benchmark( b ) {
199199 /* eslint-disable object-curly-newline */
200200
201201 values = [
202- empty ( [ 2 , 2 ] , { 'dtype' : 'float64' } ) ,
203- empty ( [ 2 , 2 ] , { 'dtype' : 'float32' } ) ,
204- empty ( [ 2 , 2 ] , { 'dtype' : 'int32' } ) ,
205- empty ( [ 2 , 2 ] , { 'dtype' : 'complex128' } ) ,
206- empty ( [ 2 , 2 ] , { 'dtype' : 'generic' } )
202+ empty ( [ 2 , 2 ] , { 'dtype' : 'float64' } ) ,
203+ empty ( [ 2 , 2 ] , { 'dtype' : 'float32' } ) ,
204+ empty ( [ 2 , 2 ] , { 'dtype' : 'int32' } ) ,
205+ empty ( [ 2 , 2 ] , { 'dtype' : 'complex128' } ) ,
206+ empty ( [ 2 , 2 ] , { 'dtype' : 'generic' } )
207207 ] ;
208208
209209 /* eslint-enable object-curly-newline */
@@ -264,11 +264,11 @@ bench( pkg+'::2d,non-base,out-of-bounds', function benchmark( b ) {
264264 /* eslint-disable object-curly-newline */
265265
266266 values = [
267- empty ( [ 2 , 2 ] , { 'dtype' : 'float64' } ) ,
268- empty ( [ 2 , 2 ] , { 'dtype' : 'float32' } ) ,
269- empty ( [ 2 , 2 ] , { 'dtype' : 'int32' } ) ,
270- empty ( [ 2 , 2 ] , { 'dtype' : 'complex128' } ) ,
271- empty ( [ 2 , 2 ] , { 'dtype' : 'generic' } )
267+ empty ( [ 2 , 2 ] , { 'dtype' : 'float64' } ) ,
268+ empty ( [ 2 , 2 ] , { 'dtype' : 'float32' } ) ,
269+ empty ( [ 2 , 2 ] , { 'dtype' : 'int32' } ) ,
270+ empty ( [ 2 , 2 ] , { 'dtype' : 'complex128' } ) ,
271+ empty ( [ 2 , 2 ] , { 'dtype' : 'generic' } )
272272 ] ;
273273
274274 /* eslint-enable object-curly-newline */
@@ -329,11 +329,11 @@ bench( pkg+'::3d,non-base', function benchmark( b ) {
329329 /* eslint-disable object-curly-newline */
330330
331331 values = [
332- empty ( [ 2 , 2 , 2 ] , { 'dtype' : 'float64' } ) ,
333- empty ( [ 2 , 2 , 2 ] , { 'dtype' : 'float32' } ) ,
334- empty ( [ 2 , 2 , 2 ] , { 'dtype' : 'int32' } ) ,
335- empty ( [ 2 , 2 , 2 ] , { 'dtype' : 'complex128' } ) ,
336- empty ( [ 2 , 2 , 2 ] , { 'dtype' : 'generic' } )
332+ empty ( [ 2 , 2 , 2 ] , { 'dtype' : 'float64' } ) ,
333+ empty ( [ 2 , 2 , 2 ] , { 'dtype' : 'float32' } ) ,
334+ empty ( [ 2 , 2 , 2 ] , { 'dtype' : 'int32' } ) ,
335+ empty ( [ 2 , 2 , 2 ] , { 'dtype' : 'complex128' } ) ,
336+ empty ( [ 2 , 2 , 2 ] , { 'dtype' : 'generic' } )
337337 ] ;
338338
339339 /* eslint-enable object-curly-newline */
@@ -394,11 +394,11 @@ bench( pkg+'::3d,non-base,out-of-bounds', function benchmark( b ) {
394394 /* eslint-disable object-curly-newline */
395395
396396 values = [
397- empty ( [ 2 , 2 , 2 ] , { 'dtype' : 'float64' } ) ,
398- empty ( [ 2 , 2 , 2 ] , { 'dtype' : 'float32' } ) ,
399- empty ( [ 2 , 2 , 2 ] , { 'dtype' : 'int32' } ) ,
400- empty ( [ 2 , 2 , 2 ] , { 'dtype' : 'complex128' } ) ,
401- empty ( [ 2 , 2 , 2 ] , { 'dtype' : 'generic' } )
397+ empty ( [ 2 , 2 , 2 ] , { 'dtype' : 'float64' } ) ,
398+ empty ( [ 2 , 2 , 2 ] , { 'dtype' : 'float32' } ) ,
399+ empty ( [ 2 , 2 , 2 ] , { 'dtype' : 'int32' } ) ,
400+ empty ( [ 2 , 2 , 2 ] , { 'dtype' : 'complex128' } ) ,
401+ empty ( [ 2 , 2 , 2 ] , { 'dtype' : 'generic' } )
402402 ] ;
403403
404404 /* eslint-enable object-curly-newline */
@@ -459,11 +459,11 @@ bench( pkg+'::4d,non-base', function benchmark( b ) {
459459 /* eslint-disable object-curly-newline */
460460
461461 values = [
462- empty ( [ 2 , 2 , 2 , 2 ] , { 'dtype' : 'float64' } ) ,
463- empty ( [ 2 , 2 , 2 , 2 ] , { 'dtype' : 'float32' } ) ,
464- empty ( [ 2 , 2 , 2 , 2 ] , { 'dtype' : 'int32' } ) ,
465- empty ( [ 2 , 2 , 2 , 2 ] , { 'dtype' : 'complex128' } ) ,
466- empty ( [ 2 , 2 , 2 , 2 ] , { 'dtype' : 'generic' } )
462+ empty ( [ 2 , 2 , 2 , 2 ] , { 'dtype' : 'float64' } ) ,
463+ empty ( [ 2 , 2 , 2 , 2 ] , { 'dtype' : 'float32' } ) ,
464+ empty ( [ 2 , 2 , 2 , 2 ] , { 'dtype' : 'int32' } ) ,
465+ empty ( [ 2 , 2 , 2 , 2 ] , { 'dtype' : 'complex128' } ) ,
466+ empty ( [ 2 , 2 , 2 , 2 ] , { 'dtype' : 'generic' } )
467467 ] ;
468468
469469 /* eslint-enable object-curly-newline */
@@ -524,11 +524,11 @@ bench( pkg+'::4d,non-base,out-of-bounds', function benchmark( b ) {
524524 /* eslint-disable object-curly-newline */
525525
526526 values = [
527- empty ( [ 2 , 2 , 2 , 2 ] , { 'dtype' : 'float64' } ) ,
528- empty ( [ 2 , 2 , 2 , 2 ] , { 'dtype' : 'float32' } ) ,
529- empty ( [ 2 , 2 , 2 , 2 ] , { 'dtype' : 'int32' } ) ,
530- empty ( [ 2 , 2 , 2 , 2 ] , { 'dtype' : 'complex128' } ) ,
531- empty ( [ 2 , 2 , 2 , 2 ] , { 'dtype' : 'generic' } )
527+ empty ( [ 2 , 2 , 2 , 2 ] , { 'dtype' : 'float64' } ) ,
528+ empty ( [ 2 , 2 , 2 , 2 ] , { 'dtype' : 'float32' } ) ,
529+ empty ( [ 2 , 2 , 2 , 2 ] , { 'dtype' : 'int32' } ) ,
530+ empty ( [ 2 , 2 , 2 , 2 ] , { 'dtype' : 'complex128' } ) ,
531+ empty ( [ 2 , 2 , 2 , 2 ] , { 'dtype' : 'generic' } )
532532 ] ;
533533
534534 /* eslint-enable object-curly-newline */
@@ -589,11 +589,11 @@ bench( pkg+'::5d,non-base', function benchmark( b ) {
589589 /* eslint-disable object-curly-newline */
590590
591591 values = [
592- empty ( [ 2 , 2 , 2 , 2 , 2 ] , { 'dtype' : 'float64' } ) ,
593- empty ( [ 2 , 2 , 2 , 2 , 2 ] , { 'dtype' : 'float32' } ) ,
594- empty ( [ 2 , 2 , 2 , 2 , 2 ] , { 'dtype' : 'int32' } ) ,
595- empty ( [ 2 , 2 , 2 , 2 , 2 ] , { 'dtype' : 'complex128' } ) ,
596- empty ( [ 2 , 2 , 2 , 2 , 2 ] , { 'dtype' : 'generic' } )
592+ empty ( [ 2 , 2 , 2 , 2 , 2 ] , { 'dtype' : 'float64' } ) ,
593+ empty ( [ 2 , 2 , 2 , 2 , 2 ] , { 'dtype' : 'float32' } ) ,
594+ empty ( [ 2 , 2 , 2 , 2 , 2 ] , { 'dtype' : 'int32' } ) ,
595+ empty ( [ 2 , 2 , 2 , 2 , 2 ] , { 'dtype' : 'complex128' } ) ,
596+ empty ( [ 2 , 2 , 2 , 2 , 2 ] , { 'dtype' : 'generic' } )
597597 ] ;
598598
599599 /* eslint-enable object-curly-newline */
@@ -654,11 +654,11 @@ bench( pkg+'::5d,non-base,out-of-bounds', function benchmark( b ) {
654654 /* eslint-disable object-curly-newline */
655655
656656 values = [
657- empty ( [ 2 , 2 , 2 , 2 , 2 ] , { 'dtype' : 'float64' } ) ,
658- empty ( [ 2 , 2 , 2 , 2 , 2 ] , { 'dtype' : 'float32' } ) ,
659- empty ( [ 2 , 2 , 2 , 2 , 2 ] , { 'dtype' : 'int32' } ) ,
660- empty ( [ 2 , 2 , 2 , 2 , 2 ] , { 'dtype' : 'complex128' } ) ,
661- empty ( [ 2 , 2 , 2 , 2 , 2 ] , { 'dtype' : 'generic' } )
657+ empty ( [ 2 , 2 , 2 , 2 , 2 ] , { 'dtype' : 'float64' } ) ,
658+ empty ( [ 2 , 2 , 2 , 2 , 2 ] , { 'dtype' : 'float32' } ) ,
659+ empty ( [ 2 , 2 , 2 , 2 , 2 ] , { 'dtype' : 'int32' } ) ,
660+ empty ( [ 2 , 2 , 2 , 2 , 2 ] , { 'dtype' : 'complex128' } ) ,
661+ empty ( [ 2 , 2 , 2 , 2 , 2 ] , { 'dtype' : 'generic' } )
662662 ] ;
663663
664664 /* eslint-enable object-curly-newline */
0 commit comments