From 970bece59b706591fc04098692f62b32f4b8ee68 Mon Sep 17 00:00:00 2001 From: Rick Newton-Rogers Date: Mon, 3 Mar 2025 14:11:37 +0000 Subject: [PATCH 1/3] Rename nightly_6_1 params to nightly_next --- .github/workflows/main.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 536b48b28..7d43f44dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: linux_5_9_enabled: false linux_5_10_enabled: false linux_6_0_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" - linux_nightly_6_1_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" + linux_nightly_next_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" benchmarks: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 34fbceeea..5e0e7b4ba 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -23,7 +23,7 @@ jobs: linux_5_9_enabled: false linux_5_10_enabled: false linux_6_0_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" - linux_nightly_6_1_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" + linux_nightly_next_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" construct-examples-matrix: From dc92563737936bc280a1c9493a8a205ef8e32c41 Mon Sep 17 00:00:00 2001 From: Rick Newton-Rogers Date: Mon, 3 Mar 2025 15:03:56 +0000 Subject: [PATCH 2/3] move nightly-next thresholds and add legacy symlink --- IntegrationTests/Benchmarks/Thresholds/nightly-6.1 | 1 + .../GRPCSwiftBenchmark.Metadata_Add_binary.p90.json | 0 .../GRPCSwiftBenchmark.Metadata_Add_string.p90.json | 0 .../GRPCSwiftBenchmark.Metadata_Iterate_all_values.p90.json | 0 ...Iterate_binary_values_when_only_binary_values_stored.p90.json | 0 ...adata_Iterate_binary_values_when_only_strings_stored.p90.json | 0 .../GRPCSwiftBenchmark.Metadata_Iterate_string_values.p90.json | 0 .../GRPCSwiftBenchmark.Metadata_Remove_values_for_key.p90.json | 0 IntegrationTests/Benchmarks/Thresholds/nightly-next/nightly-next | 1 + 9 files changed, 2 insertions(+) create mode 120000 IntegrationTests/Benchmarks/Thresholds/nightly-6.1 rename IntegrationTests/Benchmarks/Thresholds/{nightly-6.1 => nightly-next}/GRPCSwiftBenchmark.Metadata_Add_binary.p90.json (100%) rename IntegrationTests/Benchmarks/Thresholds/{nightly-6.1 => nightly-next}/GRPCSwiftBenchmark.Metadata_Add_string.p90.json (100%) rename IntegrationTests/Benchmarks/Thresholds/{nightly-6.1 => nightly-next}/GRPCSwiftBenchmark.Metadata_Iterate_all_values.p90.json (100%) rename IntegrationTests/Benchmarks/Thresholds/{nightly-6.1 => nightly-next}/GRPCSwiftBenchmark.Metadata_Iterate_binary_values_when_only_binary_values_stored.p90.json (100%) rename IntegrationTests/Benchmarks/Thresholds/{nightly-6.1 => nightly-next}/GRPCSwiftBenchmark.Metadata_Iterate_binary_values_when_only_strings_stored.p90.json (100%) rename IntegrationTests/Benchmarks/Thresholds/{nightly-6.1 => nightly-next}/GRPCSwiftBenchmark.Metadata_Iterate_string_values.p90.json (100%) rename IntegrationTests/Benchmarks/Thresholds/{nightly-6.1 => nightly-next}/GRPCSwiftBenchmark.Metadata_Remove_values_for_key.p90.json (100%) create mode 120000 IntegrationTests/Benchmarks/Thresholds/nightly-next/nightly-next diff --git a/IntegrationTests/Benchmarks/Thresholds/nightly-6.1 b/IntegrationTests/Benchmarks/Thresholds/nightly-6.1 new file mode 120000 index 000000000..11e4d1b5c --- /dev/null +++ b/IntegrationTests/Benchmarks/Thresholds/nightly-6.1 @@ -0,0 +1 @@ +./nightly-next \ No newline at end of file diff --git a/IntegrationTests/Benchmarks/Thresholds/nightly-6.1/GRPCSwiftBenchmark.Metadata_Add_binary.p90.json b/IntegrationTests/Benchmarks/Thresholds/nightly-next/GRPCSwiftBenchmark.Metadata_Add_binary.p90.json similarity index 100% rename from IntegrationTests/Benchmarks/Thresholds/nightly-6.1/GRPCSwiftBenchmark.Metadata_Add_binary.p90.json rename to IntegrationTests/Benchmarks/Thresholds/nightly-next/GRPCSwiftBenchmark.Metadata_Add_binary.p90.json diff --git a/IntegrationTests/Benchmarks/Thresholds/nightly-6.1/GRPCSwiftBenchmark.Metadata_Add_string.p90.json b/IntegrationTests/Benchmarks/Thresholds/nightly-next/GRPCSwiftBenchmark.Metadata_Add_string.p90.json similarity index 100% rename from IntegrationTests/Benchmarks/Thresholds/nightly-6.1/GRPCSwiftBenchmark.Metadata_Add_string.p90.json rename to IntegrationTests/Benchmarks/Thresholds/nightly-next/GRPCSwiftBenchmark.Metadata_Add_string.p90.json diff --git a/IntegrationTests/Benchmarks/Thresholds/nightly-6.1/GRPCSwiftBenchmark.Metadata_Iterate_all_values.p90.json b/IntegrationTests/Benchmarks/Thresholds/nightly-next/GRPCSwiftBenchmark.Metadata_Iterate_all_values.p90.json similarity index 100% rename from IntegrationTests/Benchmarks/Thresholds/nightly-6.1/GRPCSwiftBenchmark.Metadata_Iterate_all_values.p90.json rename to IntegrationTests/Benchmarks/Thresholds/nightly-next/GRPCSwiftBenchmark.Metadata_Iterate_all_values.p90.json diff --git a/IntegrationTests/Benchmarks/Thresholds/nightly-6.1/GRPCSwiftBenchmark.Metadata_Iterate_binary_values_when_only_binary_values_stored.p90.json b/IntegrationTests/Benchmarks/Thresholds/nightly-next/GRPCSwiftBenchmark.Metadata_Iterate_binary_values_when_only_binary_values_stored.p90.json similarity index 100% rename from IntegrationTests/Benchmarks/Thresholds/nightly-6.1/GRPCSwiftBenchmark.Metadata_Iterate_binary_values_when_only_binary_values_stored.p90.json rename to IntegrationTests/Benchmarks/Thresholds/nightly-next/GRPCSwiftBenchmark.Metadata_Iterate_binary_values_when_only_binary_values_stored.p90.json diff --git a/IntegrationTests/Benchmarks/Thresholds/nightly-6.1/GRPCSwiftBenchmark.Metadata_Iterate_binary_values_when_only_strings_stored.p90.json b/IntegrationTests/Benchmarks/Thresholds/nightly-next/GRPCSwiftBenchmark.Metadata_Iterate_binary_values_when_only_strings_stored.p90.json similarity index 100% rename from IntegrationTests/Benchmarks/Thresholds/nightly-6.1/GRPCSwiftBenchmark.Metadata_Iterate_binary_values_when_only_strings_stored.p90.json rename to IntegrationTests/Benchmarks/Thresholds/nightly-next/GRPCSwiftBenchmark.Metadata_Iterate_binary_values_when_only_strings_stored.p90.json diff --git a/IntegrationTests/Benchmarks/Thresholds/nightly-6.1/GRPCSwiftBenchmark.Metadata_Iterate_string_values.p90.json b/IntegrationTests/Benchmarks/Thresholds/nightly-next/GRPCSwiftBenchmark.Metadata_Iterate_string_values.p90.json similarity index 100% rename from IntegrationTests/Benchmarks/Thresholds/nightly-6.1/GRPCSwiftBenchmark.Metadata_Iterate_string_values.p90.json rename to IntegrationTests/Benchmarks/Thresholds/nightly-next/GRPCSwiftBenchmark.Metadata_Iterate_string_values.p90.json diff --git a/IntegrationTests/Benchmarks/Thresholds/nightly-6.1/GRPCSwiftBenchmark.Metadata_Remove_values_for_key.p90.json b/IntegrationTests/Benchmarks/Thresholds/nightly-next/GRPCSwiftBenchmark.Metadata_Remove_values_for_key.p90.json similarity index 100% rename from IntegrationTests/Benchmarks/Thresholds/nightly-6.1/GRPCSwiftBenchmark.Metadata_Remove_values_for_key.p90.json rename to IntegrationTests/Benchmarks/Thresholds/nightly-next/GRPCSwiftBenchmark.Metadata_Remove_values_for_key.p90.json diff --git a/IntegrationTests/Benchmarks/Thresholds/nightly-next/nightly-next b/IntegrationTests/Benchmarks/Thresholds/nightly-next/nightly-next new file mode 120000 index 000000000..11e4d1b5c --- /dev/null +++ b/IntegrationTests/Benchmarks/Thresholds/nightly-next/nightly-next @@ -0,0 +1 @@ +./nightly-next \ No newline at end of file From 4985e73ca19698615b8817d1687444a74e5646cc Mon Sep 17 00:00:00 2001 From: Rick Newton-Rogers Date: Mon, 3 Mar 2025 16:03:40 +0000 Subject: [PATCH 3/3] remove spurious symlink --- IntegrationTests/Benchmarks/Thresholds/nightly-next/nightly-next | 1 - 1 file changed, 1 deletion(-) delete mode 120000 IntegrationTests/Benchmarks/Thresholds/nightly-next/nightly-next diff --git a/IntegrationTests/Benchmarks/Thresholds/nightly-next/nightly-next b/IntegrationTests/Benchmarks/Thresholds/nightly-next/nightly-next deleted file mode 120000 index 11e4d1b5c..000000000 --- a/IntegrationTests/Benchmarks/Thresholds/nightly-next/nightly-next +++ /dev/null @@ -1 +0,0 @@ -./nightly-next \ No newline at end of file