Skip to content

Commit 9bee2fd

Browse files
authored
Merge pull request #50 from guoye-zhang/contributors
Update contributors
2 parents 8f1ba42 + 9afb2bd commit 9bee2fd

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import HTTPTypes
21
import Benchmark
2+
import HTTPTypes
33

44
let benchmarks = {
55
Benchmark(
66
"Initialize HTTPFields from Dictionary Literal"
7-
) { benchmark in
7+
) { _ in
88
let fiels: HTTPFields = [
99
.contentType: "application/json",
1010
.contentLength: "42",
@@ -13,4 +13,4 @@ let benchmarks = {
1313
.acceptEncoding: "gzip, deflate, br",
1414
]
1515
}
16-
}
16+
}

Benchmarks/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "Benchmarks",
77
platforms: [
8-
.macOS(.v13)
8+
.macOS(.v13),
99
],
1010
dependencies: [
1111
.package(path: "../"),
@@ -20,7 +20,7 @@ let package = Package(
2020
],
2121
path: "Benchmarks/HTTPFieldsBenchmarks",
2222
plugins: [
23-
.plugin(name: "BenchmarkPlugin", package: "package-benchmark")
23+
.plugin(name: "BenchmarkPlugin", package: "package-benchmark"),
2424
]
2525
),
2626
]

CONTRIBUTORS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ needs to be listed here.
1515
- Guoye Zhang <[email protected]>
1616
- Gwynne Raskind <[email protected]>
1717
- Jager-yoo <[email protected]>
18+
- Joannis Orlandos <[email protected]>
1819
- Max Desiatov <[email protected]>
1920
- Sergey Dmitriev <[email protected]>
21+
- Si Beaumont <[email protected]>
2022
- Tim Condon <[email protected]>
2123
- Tomohiro Kumagai <[email protected]>
2224

0 commit comments

Comments
 (0)