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 = [{
100
100
} ] ;
101
101
102
102
tests . 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 ( ) {
104
104
'use strict' ;
105
105
106
106
var startTime , endTime ;
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ var tests = [{
100
100
} ] ;
101
101
102
102
tests . 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 ( ) {
104
104
'use strict' ;
105
105
106
106
var startTime , endTime ;
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ var tests = [{
100
100
} ] ;
101
101
102
102
tests . 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 ( ) {
104
104
'use strict' ;
105
105
106
106
var startTime , endTime ;
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ var tests = [{
139
139
} ] ;
140
140
141
141
tests . 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 ( ) {
143
143
'use strict' ;
144
144
145
145
var startTime , endTime ;
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ var tests = [{
141
141
} ] ;
142
142
143
143
tests . 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 ( ) {
145
145
'use strict' ;
146
146
147
147
var startTime , endTime ;
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ var tests = [{
141
141
} ] ;
142
142
143
143
tests . 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 ( ) {
145
145
'use strict' ;
146
146
147
147
var startTime , endTime ;
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ var tests = [{
100
100
} ] ;
101
101
102
102
tests . 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 ( ) {
104
104
'use strict' ;
105
105
106
106
var startTime , endTime ;
You can’t perform that action at this time.
0 commit comments