11var tests = [ ] ;
2-
2+ /*
33for(let traceType of ['image', 'heatmap', 'contour']) {
44 for(let m of [10, 20, 40, 80, 160, 320, 640, 1280]) {
55 let nx = 5 * m;
@@ -15,10 +15,10 @@ for(let traceType of ['image', 'heatmap', 'contour']) {
1515 });
1616 }
1717}
18-
19- var allN = [ 1000 , 2000 , 4000 , 8000 , 16000 , 32000 , 64000 , 128000 ] ;
20- var allNTraces = [ 1 , /*10, */ 100 ]
21-
18+ */
19+ var allN = [ /* 1000, 2000, 4000, 8000, 16000, 32000,*/ 64000 , 128000 , 256000 ] ;
20+ var allNTraces = [ 1 , /*10, 100*/ ]
21+ /*
2222for(let traceType of ['box', 'violin']) {
2323 for(let mode of ['no_points', 'all_points']) {
2424 for(let nTraces of allNTraces) {
@@ -38,7 +38,7 @@ for(let traceType of ['box', 'violin']) {
3838 }
3939 }
4040}
41-
41+ */
4242for ( let traceType of [ 'scatter' , 'scattergl' , 'scattergeo' ] ) {
4343 for ( let mode of [ 'markers' , 'lines' , 'markers+lines' ] ) {
4444 for ( let nTraces of allNTraces ) {
@@ -59,7 +59,7 @@ for(let traceType of ['scatter', 'scattergl', 'scattergeo']) {
5959}
6060
6161for ( let traceType of [ 'bar' , 'histogram' ] ) {
62- for ( let mode of [ 'group' , 'stack' , 'overlay' ] ) {
62+ for ( let mode of [ 'group' /* , 'stack', 'overlay'*/ ] ) {
6363 for ( let nTraces of allNTraces ) {
6464 for ( let n of allN ) {
6565 tests . push ( {
0 commit comments