8 "summary": "The Benchmark⏲ module provides methods to measure and report the time used to execute Swift code.",
9 "description": "The Benchmark⏲ module provides methods to measure and report the time used to execute Swift code. for example:\n\nBenchmark.measure() {\n // some processes\n}\n\n⏲{\n // some processes\n}",
10 "homepage": "https://github.com/WorldDownTown/Benchmark",
16 "WorldDownTown": "WorldDownTown@gmail.com"
18 "social_media_url": "http://twitter.com/WorldDownTown",
20 "git": "https://github.com/WorldDownTown/Benchmark.git",
23 "source_files": "Benchmark/Benchmark.swift",
24 "pushed_with_swift_version": "3.0"