Add 2022-03-06 to projects array.
This commit is contained in:
		
							parent
							
								
									fc8f9ad724
								
							
						
					
					
						commit
						db6751c10a
					
				| 
						 | 
				
			
			@ -7,8 +7,10 @@ import {execa} from 'execa';
 | 
			
		|||
import {Crop} from './gegl/exports.js';
 | 
			
		||||
import Project from './project.js';
 | 
			
		||||
 | 
			
		||||
import d2022_03_06 from './2022-03-06.js';
 | 
			
		||||
 | 
			
		||||
async function main(): Promise<void> {
 | 
			
		||||
  const projects: Project[] = [];
 | 
			
		||||
  const projects: Project[] = [d2022_03_06];
 | 
			
		||||
 | 
			
		||||
  for (const {name, operations, resolution} of projects) {
 | 
			
		||||
    const dataStart = performance.now();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in New Issue