File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/jasmine/performance_tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ var gd = createGraphDiv();
28
28
29
29
Plotly . register ( PlotlyBar ) ;
30
30
31
- const samples = Array . from ( { length : 4 } , ( _ , i ) => i ) ;
31
+ const samples = Array . from ( { length : 8 } , ( _ , i ) => i ) ;
32
32
const nTimes = samples . length - 1 ;
33
33
34
34
var y = Float64Array . from ( { length : spec . n } , ( _ , i ) => i * Math . cos ( Math . sqrt ( i ) ) ) ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ var gd = createGraphDiv();
25
25
describe ( 'Bundle with scatter | size:' + spec . n , function ( ) {
26
26
'use strict' ;
27
27
28
- const samples = Array . from ( { length : 4 } , ( _ , i ) => i ) ;
28
+ const samples = Array . from ( { length : 8 } , ( _ , i ) => i ) ;
29
29
const nTimes = samples . length - 1 ;
30
30
31
31
var y = Float64Array . from ( { length : spec . n } , ( _ , i ) => i * Math . cos ( Math . sqrt ( i ) ) ) ;
You can’t perform that action at this time.
0 commit comments