Skip to content

Commit 41a67dd

Browse files
committed
update swift versions, use benchmark workflow from swift-nio
1 parent 617473b commit 41a67dd

23 files changed

+7
-68
lines changed

.github/workflows/pull_request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ jobs:
1919
linux_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
2020
linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
2121

22+
benchmarks:
23+
name: Benchmarks
24+
# Workaround https://github.com/nektos/act/issues/1875
25+
uses: apple/swift-nio/.github/workflows/benchmarks.yml@main
26+
with:
27+
benchmark_package_path: "Benchmarks"
28+
2229
cxx-interop:
2330
name: Cxx interop
2431
uses: apple/swift-nio/.github/workflows/cxx_interop.yml@main

Benchmarks/Thresholds/5.7/PrometheusBenchmarks.Counter_-_increment_only.p90.json renamed to Benchmarks/Thresholds/6.0/PrometheusBenchmarks.Counter_-_increment_only.p90.json

File renamed without changes.

Benchmarks/Thresholds/5.7/PrometheusBenchmarks.Counter_-_setup_and_increment.p90.json renamed to Benchmarks/Thresholds/6.0/PrometheusBenchmarks.Counter_-_setup_and_increment.p90.json

File renamed without changes.

Benchmarks/Thresholds/5.7/PrometheusBenchmarks.DurationHistogram.p90.json renamed to Benchmarks/Thresholds/6.0/PrometheusBenchmarks.DurationHistogram.p90.json

File renamed without changes.

Benchmarks/Thresholds/5.7/PrometheusBenchmarks.Gauge.p90.json renamed to Benchmarks/Thresholds/6.0/PrometheusBenchmarks.Gauge.p90.json

File renamed without changes.

Benchmarks/Thresholds/5.7/PrometheusBenchmarks.RegistryEmit_-_5000_metrics.p90.json renamed to Benchmarks/Thresholds/6.0/PrometheusBenchmarks.RegistryEmit_-_5000_metrics.p90.json

File renamed without changes.

Benchmarks/Thresholds/5.8/PrometheusBenchmarks.Counter_-_increment_only.p90.json renamed to Benchmarks/Thresholds/6.1/PrometheusBenchmarks.Counter_-_increment_only.p90.json

File renamed without changes.

Benchmarks/Thresholds/5.8/PrometheusBenchmarks.Counter_-_setup_and_increment.p90.json renamed to Benchmarks/Thresholds/6.1/PrometheusBenchmarks.Counter_-_setup_and_increment.p90.json

File renamed without changes.

Benchmarks/Thresholds/5.8/PrometheusBenchmarks.DurationHistogram.p90.json renamed to Benchmarks/Thresholds/6.1/PrometheusBenchmarks.DurationHistogram.p90.json

File renamed without changes.

Benchmarks/Thresholds/5.8/PrometheusBenchmarks.Gauge.p90.json renamed to Benchmarks/Thresholds/6.1/PrometheusBenchmarks.Gauge.p90.json

File renamed without changes.

0 commit comments

Comments
 (0)