type BenchmarkSetup = (parameters: { scale: number }) => void | Promise; export type { BenchmarkSetup };