Skip to content

Commit

Permalink
[CI] Fix label check
Browse files Browse the repository at this point in the history
# Motivation

The label check workflow doesn't seem to work properly.

# Modification

This PR fixes it.

# Result

Proper label checks.
  • Loading branch information
FranzBusch committed Aug 5, 2024
1 parent 260c899 commit 858b04b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Benchmarks/Benchmarks/NIOPosixBenchmarks/Benchmarks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ let benchmarks = {
"TCPEcho",
configuration: .init(
metrics: defaultMetrics,
timeUnits: .milliseconds,
scalingFactor: .mega
scalingFactor: .mega,
maxDuration: .seconds(Int.max),
maxIterations: 10
)
) { benchmark in
try runTCPEcho(
Expand Down

0 comments on commit 858b04b

Please sign in to comment.