File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
test/jasmine/performance_tests Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ var tests = [{
100100} ] ;
101101
102102tests . forEach ( function ( spec , index ) {
103- describe ( 'Performance test ' + spec . nTraces + 'bar | size:' + spec . n + ' | mode: ' + spec . mode , function ( ) {
103+ describe ( 'Performance test ' + spec . nTraces + ' bar | size:' + spec . n + ' | mode: ' + spec . mode , function ( ) {
104104 'use strict' ;
105105
106106 var startTime , endTime ;
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ var tests = [{
100100} ] ;
101101
102102tests . forEach ( function ( spec , index ) {
103- describe ( 'Performance test ' + spec . nTraces + 'box | size:' + spec . n + ' | mode: ' + spec . mode , function ( ) {
103+ describe ( 'Performance test ' + spec . nTraces + ' box | size:' + spec . n + ' | mode: ' + spec . mode , function ( ) {
104104 'use strict' ;
105105
106106 var startTime , endTime ;
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ var tests = [{
100100} ] ;
101101
102102tests . forEach ( function ( spec , index ) {
103- describe ( 'Performance test ' + spec . nTraces + 'histogram | size:' + spec . n + ' | mode: ' + spec . mode , function ( ) {
103+ describe ( 'Performance test ' + spec . nTraces + ' histogram | size:' + spec . n + ' | mode: ' + spec . mode , function ( ) {
104104 'use strict' ;
105105
106106 var startTime , endTime ;
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ var tests = [{
139139} ] ;
140140
141141tests . forEach ( function ( spec , index ) {
142- describe ( 'Performance test ' + spec . nTraces + 'scatter | size:' + spec . n + ' | mode: ' + spec . mode , function ( ) {
142+ describe ( 'Performance test ' + spec . nTraces + ' scatter | size:' + spec . n + ' | mode: ' + spec . mode , function ( ) {
143143 'use strict' ;
144144
145145 var startTime , endTime ;
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ var tests = [{
141141} ] ;
142142
143143tests . forEach ( function ( spec , index ) {
144- describe ( 'Performance test ' + spec . nTraces + 'scattergeo | size:' + spec . n + ' | mode: ' + spec . mode , function ( ) {
144+ describe ( 'Performance test ' + spec . nTraces + ' scattergeo | size:' + spec . n + ' | mode: ' + spec . mode , function ( ) {
145145 'use strict' ;
146146
147147 var startTime , endTime ;
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ var tests = [{
141141} ] ;
142142
143143tests . forEach ( function ( spec , index ) {
144- describe ( 'Performance test ' + spec . nTraces + 'scattergl | size:' + spec . n + ' | mode: ' + spec . mode , function ( ) {
144+ describe ( 'Performance test ' + spec . nTraces + ' scattergl | size:' + spec . n + ' | mode: ' + spec . mode , function ( ) {
145145 'use strict' ;
146146
147147 var startTime , endTime ;
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ var tests = [{
100100} ] ;
101101
102102tests . forEach ( function ( spec , index ) {
103- describe ( 'Performance test ' + spec . nTraces + 'violin | size:' + spec . n + ' | mode: ' + spec . mode , function ( ) {
103+ describe ( 'Performance test ' + spec . nTraces + ' violin | size:' + spec . n + ' | mode: ' + spec . mode , function ( ) {
104104 'use strict' ;
105105
106106 var startTime , endTime ;
You can’t perform that action at this time.
0 commit comments