/** * Benchmark Index */ export { GpuBenchmark } from './benchmark'; export type { BenchmarkResult, BenchmarkOptions } from './benchmark';