@main struct Main { static func main() async { await runTest(numCounters: 10, numWorkers: 100, numIterations: 1000) } }
@main
struct Main
func main