mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-20 09:11:33 +01:00
9 lines
126 B
Swift
9 lines
126 B
Swift
import Benchmark
|
|
import ComposableArchitecture
|
|
|
|
Benchmark.main([
|
|
defaultBenchmarkSuite,
|
|
effectSuite,
|
|
storeScopeSuite
|
|
])
|