File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Benchmarks/NIOPosixBenchmarks Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ private let eventLoop = MultiThreadedEventLoopGroup.singleton.next()
21
21
let benchmarks = {
22
22
let defaultMetrics : [ BenchmarkMetric ] = [
23
23
. mallocCountTotal,
24
- . cpuTotal
24
+ . cpuTotal,
25
25
. contextSwitches
26
26
]
27
27
@@ -53,7 +53,6 @@ let benchmarks = {
53
53
54
54
// This benchmark is only available above 5.9 since our EL conformance
55
55
// to serial executor is also gated behind 5.9.
56
- #if compiler(>=5.9)
57
56
Benchmark (
58
57
" TCPEchoAsyncChannel using globalHook 1M times " ,
59
58
configuration: . init(
@@ -77,7 +76,6 @@ let benchmarks = {
77
76
eventLoop: eventLoop
78
77
)
79
78
}
80
- #endif
81
79
82
80
Benchmark (
83
81
" MTELG.scheduleTask(in:_:) " ,
Original file line number Diff line number Diff line change 1
- // swift-tools-version: 5.7
1
+ // swift-tools-version: 5.9
2
2
3
3
import PackageDescription
4
4
You can’t perform that action at this time.
0 commit comments