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();
2828
2929 Plotly . register ( PlotlyBar ) ;
3030
31- const samples = Array . from ( { length : 4 } , ( _ , i ) => i ) ;
31+ const samples = Array . from ( { length : 8 } , ( _ , i ) => i ) ;
3232 const nTimes = samples . length - 1 ;
3333
3434 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();
2525 describe ( 'Bundle with scatter | size:' + spec . n , function ( ) {
2626 'use strict' ;
2727
28- const samples = Array . from ( { length : 4 } , ( _ , i ) => i ) ;
28+ const samples = Array . from ( { length : 8 } , ( _ , i ) => i ) ;
2929 const nTimes = samples . length - 1 ;
3030
3131 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