Contributions welcome in the form of:
- Bug reports (with accompagnied test cases)
- Feature requests
- Documentation PRs
- Feature PRs
- Tutorials
- Benchmarks
To run all the benchmarks:
swift run -c release -Xswiftc -cross-module-optimization Benchmarks
To run specific benchmarks:
swift run -c release -Xswiftc -cross-module-optimization Benchmarks --filter MyBenchmarkPattern
For more detail: see the Performance Optimization Guide.
Coming soon: details on how to contribute.