Skip to content

Commit

Permalink
Merge pull request #50 from guoye-zhang/contributors
Browse files Browse the repository at this point in the history
Update contributors
  • Loading branch information
guoye-zhang authored May 13, 2024
2 parents 8f1ba42 + 9afb2bd commit 9bee2fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Benchmarks/Benchmarks/HTTPFieldsBenchmarks/Benchmarks.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import HTTPTypes
import Benchmark
import HTTPTypes

let benchmarks = {
Benchmark(
"Initialize HTTPFields from Dictionary Literal"
) { benchmark in
) { _ in
let fiels: HTTPFields = [
.contentType: "application/json",
.contentLength: "42",
Expand All @@ -13,4 +13,4 @@ let benchmarks = {
.acceptEncoding: "gzip, deflate, br",
]
}
}
}
4 changes: 2 additions & 2 deletions Benchmarks/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "Benchmarks",
platforms: [
.macOS(.v13)
.macOS(.v13),
],
dependencies: [
.package(path: "../"),
Expand All @@ -20,7 +20,7 @@ let package = Package(
],
path: "Benchmarks/HTTPFieldsBenchmarks",
plugins: [
.plugin(name: "BenchmarkPlugin", package: "package-benchmark")
.plugin(name: "BenchmarkPlugin", package: "package-benchmark"),
]
),
]
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ needs to be listed here.
- Guoye Zhang <[email protected]>
- Gwynne Raskind <[email protected]>
- Jager-yoo <[email protected]>
- Joannis Orlandos <[email protected]>
- Max Desiatov <[email protected]>
- Sergey Dmitriev <[email protected]>
- Si Beaumont <[email protected]>
- Tim Condon <[email protected]>
- Tomohiro Kumagai <[email protected]>

Expand Down

0 comments on commit 9bee2fd

Please sign in to comment.