Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 607 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 607 Bytes

Contributing

Contributions welcome in the form of:

  • Bug reports (with accompagnied test cases)
  • Feature requests
  • Documentation PRs
  • Feature PRs
  • Tutorials
  • Benchmarks

Benchmarking

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.