diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 91f02e5..a46dd2b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,6 +15,7 @@ jobs: linux_5_10_arguments_override: "--explicit-target-dependency-import-check error" linux_6_0_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" linux_6_1_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" + linux_6_2_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" linux_nightly_6_0_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" diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index edf14d6..c229a1a 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -37,6 +37,7 @@ jobs: linux_6_0_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" linux_6_1_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" + linux_6_2_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" linux_nightly_6_0_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" diff --git a/Benchmarks/Thresholds/6.2/TracingBenchmarks.NoopTracing.attribute._set,_span.attributes.http.status_code_=_200.p90.json b/Benchmarks/Thresholds/6.2/TracingBenchmarks.NoopTracing.attribute._set,_span.attributes.http.status_code_=_200.p90.json new file mode 100644 index 0000000..282dc64 --- /dev/null +++ b/Benchmarks/Thresholds/6.2/TracingBenchmarks.NoopTracing.attribute._set,_span.attributes.http.status_code_=_200.p90.json @@ -0,0 +1,3 @@ +{ + "mallocCountTotal" : 2 +} \ No newline at end of file diff --git a/Benchmarks/Thresholds/6.2/TracingBenchmarks.NoopTracing.attribute._set,_span.attributes['http.status_code']_=_200.p90.json b/Benchmarks/Thresholds/6.2/TracingBenchmarks.NoopTracing.attribute._set,_span.attributes['http.status_code']_=_200.p90.json new file mode 100644 index 0000000..557fc88 --- /dev/null +++ b/Benchmarks/Thresholds/6.2/TracingBenchmarks.NoopTracing.attribute._set,_span.attributes['http.status_code']_=_200.p90.json @@ -0,0 +1,3 @@ +{ + "mallocCountTotal" : 1 +} \ No newline at end of file diff --git a/Benchmarks/Thresholds/6.2/TracingBenchmarks.NoopTracing.startSpan_endSpan.p90.json b/Benchmarks/Thresholds/6.2/TracingBenchmarks.NoopTracing.startSpan_endSpan.p90.json new file mode 100644 index 0000000..9f9de44 --- /dev/null +++ b/Benchmarks/Thresholds/6.2/TracingBenchmarks.NoopTracing.startSpan_endSpan.p90.json @@ -0,0 +1,3 @@ +{ + "mallocCountTotal" : 0 +} \ No newline at end of file