April 29, 2024

Apple Makes Its Swift Benchmarking Suite Open Source

Posted February 8, 2016 at 10:54pm by iClarified · 12015 views
Apple has announced that its Swift benchmarking suite is now open source. The company opened up its new language to the developer community in early December.

The suite contains source code for benchmarks, libraries, and utilities designed to help track Swift performance and catch performance regressions before they are committed.

Features:
● 75 benchmarks covering a number of important Swift workloads
● Libraries providing commonly needed benchmarking functions
● A driver for running benchmarks and displaying performance metrics
● A utility for comparing benchmark metrics across Swift versions

Apple says, "We look forward to working with the Swift community to make Swift as fast as possible!"

Hit the link below to download the source from GitHub.

Download