| 35 | } |
| 36 | |
| 37 | export interface SizeBenchmarkInfo extends BenchmarkInfoBase { |
| 38 | type: BenchmarkType.SIZE; |
| 39 | fn(sizeInfo: SizeInfoJSON): number; |
| 40 | } |
| 41 | |
| 42 | export interface SizeMainBenchmarkInfo extends BenchmarkInfoBase { |
| 43 | type: BenchmarkType.SIZE_MAIN; |
no outgoing calls
no test coverage detected