Skip to content

Commit a517a4d

Browse files
authoredJan 5, 2024
Add initial benchmark support (#17)
1 parent b5b0b77 commit a517a4d

File tree

8 files changed

+206
-1
lines changed

8 files changed

+206
-1
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ DerivedData/
66
.swiftpm/configuration/registries.json
77
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
88
.netrc
9-
/.build-*
9+
/.build-*
10+
/Benchmarks/.build

‎Benchmarks/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Benchmarks/.vscode/launch.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"configurations": [
3+
{
4+
"type": "lldb",
5+
"request": "launch",
6+
"sourceLanguages": [
7+
"swift"
8+
],
9+
"args": [],
10+
"cwd": "${workspaceFolder:Benchmarks}",
11+
"name": "Debug OpenSwiftUIBenchmark",
12+
"program": "${workspaceFolder:Benchmarks}/.build/debug/OpenSwiftUIBenchmark",
13+
"preLaunchTask": "swift: Build Debug OpenSwiftUIBenchmark"
14+
},
15+
{
16+
"type": "lldb",
17+
"request": "launch",
18+
"sourceLanguages": [
19+
"swift"
20+
],
21+
"args": [],
22+
"cwd": "${workspaceFolder:Benchmarks}",
23+
"name": "Release OpenSwiftUIBenchmark",
24+
"program": "${workspaceFolder:Benchmarks}/.build/release/OpenSwiftUIBenchmark",
25+
"preLaunchTask": "swift: Build Release OpenSwiftUIBenchmark"
26+
}
27+
]
28+
}

‎Benchmarks/.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
//
2+
// Sample.swift
3+
//
4+
//
5+
// Created by Kyle on 2024/1/4.
6+
//
7+
8+
import Benchmark
9+
10+
let benchmarks = {
11+
Benchmark("Minimal benchmark") { _ in
12+
// measure something here
13+
}
14+
}

‎Benchmarks/Package.resolved

+122
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
{
2+
"pins" : [
3+
{
4+
"identity" : "openfoundation",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/OpenSwiftUIProject/OpenFoundation",
7+
"state" : {
8+
"revision" : "cd2cdb300d53e3e68fda8b690a703a7c5096d9d0",
9+
"version" : "0.0.2"
10+
}
11+
},
12+
{
13+
"identity" : "opengraph",
14+
"kind" : "remoteSourceControl",
15+
"location" : "https://github.com/OpenSwiftUIProject/OpenGraph",
16+
"state" : {
17+
"branch" : "main",
18+
"revision" : "6835ce0972f40ef76f1214dc0efc75ec19082631"
19+
}
20+
},
21+
{
22+
"identity" : "package-benchmark",
23+
"kind" : "remoteSourceControl",
24+
"location" : "https://github.com/ordo-one/package-benchmark",
25+
"state" : {
26+
"revision" : "2e724bf526c980699ae0c4b7a470b51816a89e72",
27+
"version" : "1.20.0"
28+
}
29+
},
30+
{
31+
"identity" : "package-datetime",
32+
"kind" : "remoteSourceControl",
33+
"location" : "https://github.com/ordo-one/package-datetime",
34+
"state" : {
35+
"revision" : "d1242188c9f48aad297e6ca9b717776f8660bc31",
36+
"version" : "1.0.2"
37+
}
38+
},
39+
{
40+
"identity" : "package-histogram",
41+
"kind" : "remoteSourceControl",
42+
"location" : "https://github.com/ordo-one/package-histogram",
43+
"state" : {
44+
"revision" : "a69fa24d7b70421870cafa86340ece900489e17e",
45+
"version" : "0.1.2"
46+
}
47+
},
48+
{
49+
"identity" : "package-jemalloc",
50+
"kind" : "remoteSourceControl",
51+
"location" : "https://github.com/ordo-one/package-jemalloc",
52+
"state" : {
53+
"revision" : "e8a5db026963f5bfeac842d9d3f2cc8cde323b49",
54+
"version" : "1.0.0"
55+
}
56+
},
57+
{
58+
"identity" : "progress.swift",
59+
"kind" : "remoteSourceControl",
60+
"location" : "https://github.com/ordo-one/Progress.swift",
61+
"state" : {
62+
"revision" : "29dc5dc29d8408f42878b832c7aae38a35ff26ee",
63+
"version" : "1.0.3"
64+
}
65+
},
66+
{
67+
"identity" : "swift-argument-parser",
68+
"kind" : "remoteSourceControl",
69+
"location" : "https://github.com/apple/swift-argument-parser",
70+
"state" : {
71+
"revision" : "c8ed701b513cf5177118a175d85fbbbcd707ab41",
72+
"version" : "1.3.0"
73+
}
74+
},
75+
{
76+
"identity" : "swift-atomics",
77+
"kind" : "remoteSourceControl",
78+
"location" : "https://github.com/apple/swift-atomics",
79+
"state" : {
80+
"revision" : "cd142fd2f64be2100422d658e7411e39489da985",
81+
"version" : "1.2.0"
82+
}
83+
},
84+
{
85+
"identity" : "swift-extras-json",
86+
"kind" : "remoteSourceControl",
87+
"location" : "https://github.com/swift-extras/swift-extras-json",
88+
"state" : {
89+
"revision" : "122b9454ef01bf89a4c190b8fd3717ddd0a2fbd0",
90+
"version" : "0.6.0"
91+
}
92+
},
93+
{
94+
"identity" : "swift-numerics",
95+
"kind" : "remoteSourceControl",
96+
"location" : "https://github.com/apple/swift-numerics",
97+
"state" : {
98+
"revision" : "0a5bc04095a675662cf24757cc0640aa2204253b",
99+
"version" : "1.0.2"
100+
}
101+
},
102+
{
103+
"identity" : "swift-system",
104+
"kind" : "remoteSourceControl",
105+
"location" : "https://github.com/apple/swift-system",
106+
"state" : {
107+
"revision" : "025bcb1165deab2e20d4eaba79967ce73013f496",
108+
"version" : "1.2.1"
109+
}
110+
},
111+
{
112+
"identity" : "texttable",
113+
"kind" : "remoteSourceControl",
114+
"location" : "https://github.com/ordo-one/TextTable",
115+
"state" : {
116+
"revision" : "a27a07300cf4ae322e0079ca0a475c5583dd575f",
117+
"version" : "0.0.2"
118+
}
119+
}
120+
],
121+
"version" : 2
122+
}

‎Benchmarks/Package.swift

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
// swift-tools-version: 5.9
2+
// The swift-tools-version declares the minimum version of Swift required to build this package.
3+
4+
import Foundation
5+
import PackageDescription
6+
7+
let package = Package(
8+
name: "OpenSwiftUIBenchmark",
9+
platforms: [
10+
.macOS(.v13),
11+
],
12+
products: [
13+
.executable(name: "OpenSwiftUIBenchmark", targets: ["OpenSwiftUIBenchmark"]),
14+
],
15+
dependencies: [
16+
.package(url: "https://github.com/ordo-one/package-benchmark", from: "1.20.0"),
17+
.package(path: "../"),
18+
],
19+
targets: [
20+
.executableTarget(
21+
name: "OpenSwiftUIBenchmark",
22+
dependencies: [
23+
.product(name: "Benchmark", package: "package-benchmark"),
24+
],
25+
path: "OpenSwiftUIBenchmark",
26+
plugins: [
27+
.plugin(name: "BenchmarkPlugin", package: "package-benchmark"),
28+
]
29+
)
30+
]
31+
)

‎Benchmarks/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
BENCHMARK_DISABLE_JEMALLOC=1 swift run

0 commit comments

Comments
 (0)
Please sign in to comment.