mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-20 09:11:33 +01:00
* Clean up effect cancellation. * wip * wip * wip * wip * wip * wip * wip * cancel id test * nb * benchmark * wip * wip * wip * wip * wip * clean up * wip
12 lines
180 B
Swift
12 lines
180 B
Swift
import Benchmark
|
|
import ComposableArchitecture
|
|
|
|
Benchmark.main([
|
|
defaultBenchmarkSuite,
|
|
dependenciesSuite,
|
|
effectSuite,
|
|
storeScopeSuite,
|
|
storeSuite,
|
|
viewStoreSuite,
|
|
])
|