| 49 | ]; |
| 50 | |
| 51 | export class BenchmarkSize implements BenchmarkImpl { |
| 52 | type = BenchmarkType.SIZE_MAIN; |
| 53 | benchmarkInfo = benchmarksCommon.sizeBenchmarkInfos[benchmarksCommon.Benchmark._40]; |
| 54 | subbenchmarks = subbenchmarks; |
| 55 | } |
| 56 | |
| 57 | export const benchSize = new BenchmarkSize(); |
| 58 |
nothing calls this directly
no outgoing calls
no test coverage detected