Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump marocchino/sticky-pull-request-comment from 2.9.0 to 2.9.1 #33148

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps marocchino/sticky-pull-request-comment from 2.9.0 to 2.9.1.

Release notes

Sourced from marocchino/sticky-pull-request-comment's releases.

v2.9.1

What's Changed

New Contributors

Full Changelog: marocchino/sticky-pull-request-comment@v2.9.0...v2.9.1

Commits
  • 52423e0 📦️ Build
  • 763ac0a 🔧 Remove outdated rules
  • 93f73ef Merge pull request #1473 from marocchino/dependabot/npm_and_yarn/types/node-2...
  • 8ba961d Merge pull request #1471 from marocchino/dependabot/npm_and_yarn/eslint-plugi...
  • cb05e8f build(deps-dev): Bump @​types/node from 22.10.5 to 22.10.7
  • f4e644b build(deps-dev): Bump eslint-plugin-jest from 28.10.0 to 28.11.0
  • 4945e41 Merge pull request #1472 from marocchino/dependabot/npm_and_yarn/eslint-plugi...
  • 2fbc489 Merge pull request #1468 from marocchino/dependabot/npm_and_yarn/typescript-e...
  • df4b0fd Merge pull request #1466 from marocchino/dependabot/npm_and_yarn/typescript-5...
  • 5510af8 build(deps-dev): Bump eslint-plugin-prettier from 5.2.1 to 5.2.2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases)
- [Commits](marocchino/sticky-pull-request-comment@331f8f5...52423e0)

---
updated-dependencies:
- dependency-name: marocchino/sticky-pull-request-comment
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added changelog/no-changelog dependencies PRs that bump a dependency labels Jan 20, 2025
@dependabot dependabot bot requested a review from a team as a code owner January 20, 2025 20:53
@dependabot dependabot bot added dev/tooling qa/no-code-change No code change in Agent code requiring validation team/agent-devx-infra labels Jan 20, 2025
@dependabot dependabot bot requested a review from a team as a code owner January 20, 2025 20:53
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 20, 2025

The following labels could not be found: dependencies-github-actions.

@github-actions github-actions bot added the short review PR is simple enough to be reviewed quickly label Jan 20, 2025
Copy link
Contributor

Serverless Benchmark Results

BenchmarkStartEndInvocation comparison between 6c020c8 and df77f8e.

tl;dr

Use these benchmarks as an insight tool during development.

  1. Skim down the vs base column in each chart. If there is a ~, then there was no statistically significant change to the benchmark. Otherwise, ensure the estimated percent change is either negative or very small.

  2. The last row of each chart is the geomean. Ensure this percentage is either negative or very small.

What is this benchmarking?

The BenchmarkStartEndInvocation compares the amount of time it takes to call the start-invocation and end-invocation endpoints. For universal instrumentation languages (Dotnet, Golang, Java, Ruby), this represents the majority of the duration overhead added by our tracing layer.

The benchmark is run using a large variety of lambda request payloads. In the charts below, there is one row for each event payload type.

How do I interpret these charts?

The charts below comes from benchstat. They represent the statistical change in duration (sec/op), memory overhead (B/op), and allocations (allocs/op).

The benchstat docs explain how to interpret these charts.

Before the comparison table, we see common file-level configuration. If there are benchmarks with different configuration (for example, from different packages), benchstat will print separate tables for each configuration.

The table then compares the two input files for each benchmark. It shows the median and 95% confidence interval summaries for each benchmark before and after the change, and an A/B comparison under "vs base". ... The p-value measures how likely it is that any differences were due to random chance (i.e., noise). The "~" means benchstat did not detect a statistically significant difference between the two inputs. ...

Note that "statistically significant" is not the same as "large": with enough low-noise data, even very small changes can be distinguished from noise and considered statistically significant. It is, of course, generally easier to distinguish large changes from noise.

Finally, the last row of the table shows the geometric mean of each column, giving an overall picture of how the benchmarks changed. Proportional changes in the geomean reflect proportional changes in the benchmarks. For example, given n benchmarks, if sec/op for one of them increases by a factor of 2, then the sec/op geomean will increase by a factor of ⁿ√2.

I need more help

First off, do not worry if the benchmarks are failing. They are not tests. The intention is for them to be a tool for you to use during development.

If you would like a hand interpreting the results come chat with us in #serverless-agent in the internal DataDog slack or in #serverless in the public DataDog slack. We're happy to help!

Benchmark stats
goos: linux
goarch: amd64
pkg: github.com/DataDog/datadog-agent/pkg/serverless/daemon
cpu: AMD EPYC 7763 64-Core Processor                
                                      │ baseline/benchmark.log │       current/benchmark.log        │
                                      │         sec/op         │   sec/op     vs base               │
api-gateway-appsec.json                            86.39µ ± 4%   87.60µ ± 7%       ~ (p=0.165 n=10)
api-gateway-kong-appsec.json                       67.42µ ± 1%   68.67µ ± 2%  +1.85% (p=0.004 n=10)
api-gateway-kong.json                              64.85µ ± 2%   65.13µ ± 1%       ~ (p=0.280 n=10)
api-gateway-non-proxy-async.json                   101.0µ ± 2%   103.4µ ± 2%  +2.34% (p=0.005 n=10)
api-gateway-non-proxy.json                         100.9µ ± 1%   102.0µ ± 2%  +1.05% (p=0.029 n=10)
api-gateway-websocket-connect.json                 65.26µ ± 2%   66.44µ ± 2%  +1.80% (p=0.023 n=10)
api-gateway-websocket-default.json                 58.31µ ± 1%   59.97µ ± 1%  +2.85% (p=0.000 n=10)
api-gateway-websocket-disconnect.json              58.20µ ± 2%   59.08µ ± 1%  +1.51% (p=0.007 n=10)
api-gateway.json                                   108.0µ ± 1%   109.4µ ± 1%  +1.26% (p=0.029 n=10)
application-load-balancer.json                     57.66µ ± 0%   59.01µ ± 1%  +2.35% (p=0.001 n=10)
cloudfront.json                                    44.52µ ± 1%   44.83µ ± 1%       ~ (p=0.063 n=10)
cloudwatch-events.json                             36.86µ ± 3%   37.40µ ± 1%  +1.47% (p=0.019 n=10)
cloudwatch-logs.json                               60.05µ ± 2%   61.02µ ± 2%       ~ (p=0.075 n=10)
custom.json                                        31.30µ ± 1%   31.51µ ± 1%       ~ (p=0.105 n=10)
dynamodb.json                                      84.44µ ± 2%   85.19µ ± 1%       ~ (p=0.128 n=10)
empty.json                                         30.10µ ± 2%   30.00µ ± 2%       ~ (p=0.781 n=10)
eventbridge-custom.json                            46.82µ ± 2%   46.33µ ± 1%       ~ (p=0.165 n=10)
eventbridge-no-bus.json                            45.12µ ± 1%   45.27µ ± 1%       ~ (p=0.529 n=10)
eventbridge-no-timestamp.json                      45.93µ ± 2%   44.75µ ± 1%  -2.56% (p=0.000 n=10)
eventbridgesns.json                                60.29µ ± 3%   59.20µ ± 1%  -1.80% (p=0.005 n=10)
eventbridgesqs.json                                66.97µ ± 2%   65.11µ ± 0%  -2.77% (p=0.000 n=10)
http-api.json                                      70.07µ ± 1%   65.44µ ± 3%  -6.61% (p=0.000 n=10)
kinesis-batch.json                                 68.93µ ± 1%   64.94µ ± 1%  -5.78% (p=0.000 n=10)
kinesis.json                                       54.00µ ± 4%   51.50µ ± 1%  -4.62% (p=0.000 n=10)
s3.json                                            57.52µ ± 3%   55.82µ ± 1%  -2.96% (p=0.003 n=10)
sns-batch.json                                     82.93µ ± 3%   82.28µ ± 2%       ~ (p=0.165 n=10)
sns.json                                           64.78µ ± 2%   62.74µ ± 1%  -3.14% (p=0.000 n=10)
snssqs.json                                        107.5µ ± 2%   104.6µ ± 1%  -2.69% (p=0.002 n=10)
snssqs_no_dd_context.json                          99.20µ ± 2%   95.45µ ± 2%  -3.78% (p=0.000 n=10)
sqs-aws-header.json                                54.53µ ± 2%   53.37µ ± 1%  -2.13% (p=0.001 n=10)
sqs-batch.json                                     87.86µ ± 1%   86.23µ ± 1%  -1.85% (p=0.007 n=10)
sqs.json                                           65.24µ ± 2%   64.05µ ± 1%  -1.81% (p=0.015 n=10)
sqs_no_dd_context.json                             59.40µ ± 1%   58.47µ ± 1%  -1.55% (p=0.000 n=10)
stepfunction.json                                  42.44µ ± 1%   41.03µ ± 1%  -3.32% (p=0.000 n=10)
geomean                                            62.43µ        61.91µ       -0.83%

                                      │ baseline/benchmark.log │        current/benchmark.log        │
                                      │          B/op          │     B/op      vs base               │
api-gateway-appsec.json                           37.26Ki ± 0%   37.26Ki ± 0%       ~ (p=0.642 n=10)
api-gateway-kong-appsec.json                      26.90Ki ± 0%   26.90Ki ± 0%       ~ (p=0.376 n=10)
api-gateway-kong.json                             24.37Ki ± 0%   24.37Ki ± 0%       ~ (p=0.818 n=10)
api-gateway-non-proxy-async.json                  47.93Ki ± 0%   47.92Ki ± 0%       ~ (p=0.810 n=10)
api-gateway-non-proxy.json                        47.11Ki ± 0%   47.11Ki ± 0%       ~ (p=0.670 n=10)
api-gateway-websocket-connect.json                25.34Ki ± 0%   25.34Ki ± 0%       ~ (p=0.643 n=10)
api-gateway-websocket-default.json                21.22Ki ± 0%   21.22Ki ± 0%       ~ (p=0.518 n=10)
api-gateway-websocket-disconnect.json             20.98Ki ± 0%   20.98Ki ± 0%       ~ (p=0.864 n=10)
api-gateway.json                                  49.26Ki ± 0%   49.26Ki ± 0%       ~ (p=0.157 n=10)
application-load-balancer.json                    22.45Ki ± 0%   22.45Ki ± 0%       ~ (p=0.637 n=10)
cloudfront.json                                   17.43Ki ± 0%   17.43Ki ± 0%       ~ (p=0.093 n=10)
cloudwatch-events.json                            11.49Ki ± 0%   11.49Ki ± 0%       ~ (p=0.603 n=10)
cloudwatch-logs.json                              53.04Ki ± 0%   53.04Ki ± 0%       ~ (p=0.614 n=10)
custom.json                                       9.525Ki ± 0%   9.526Ki ± 0%       ~ (p=0.812 n=10)
dynamodb.json                                     40.29Ki ± 0%   40.29Ki ± 0%       ~ (p=0.971 n=10)
empty.json                                        9.063Ki ± 0%   9.063Ki ± 0%       ~ (p=0.901 n=10)
eventbridge-custom.json                           14.66Ki ± 0%   14.66Ki ± 0%       ~ (p=0.495 n=10)
eventbridge-no-bus.json                           13.63Ki ± 0%   13.63Ki ± 0%  -0.01% (p=0.036 n=10)
eventbridge-no-timestamp.json                     13.63Ki ± 0%   13.63Ki ± 0%       ~ (p=0.153 n=10)
eventbridgesns.json                               20.43Ki ± 0%   20.44Ki ± 0%       ~ (p=0.466 n=10)
eventbridgesqs.json                               24.57Ki ± 0%   24.57Ki ± 0%       ~ (p=0.557 n=10)
http-api.json                                     23.24Ki ± 0%   23.24Ki ± 0%       ~ (p=0.956 n=10)
kinesis-batch.json                                26.48Ki ± 0%   26.48Ki ± 0%       ~ (p=0.644 n=10)
kinesis.json                                      17.37Ki ± 0%   17.37Ki ± 0%       ~ (p=0.203 n=10)
s3.json                                           19.86Ki ± 0%   19.86Ki ± 0%       ~ (p=1.000 n=10)
sns-batch.json                                    39.06Ki ± 0%   39.06Ki ± 0%       ~ (p=0.869 n=10)
sns.json                                          24.48Ki ± 0%   24.48Ki ± 0%       ~ (p=0.222 n=10)
snssqs.json                                       52.68Ki ± 0%   52.67Ki ± 0%       ~ (p=0.147 n=10)
snssqs_no_dd_context.json                         46.43Ki ± 0%   46.43Ki ± 0%       ~ (p=0.380 n=10)
sqs-aws-header.json                               18.77Ki ± 0%   18.77Ki ± 0%       ~ (p=0.271 n=10)
sqs-batch.json                                    41.25Ki ± 0%   41.25Ki ± 0%       ~ (p=0.919 n=10)
sqs.json                                          25.38Ki ± 0%   25.38Ki ± 0%       ~ (p=0.283 n=10)
sqs_no_dd_context.json                            21.00Ki ± 0%   21.00Ki ± 0%       ~ (p=0.752 n=10)
stepfunction.json                                 13.50Ki ± 0%   13.50Ki ± 0%       ~ (p=0.103 n=10)
geomean                                           24.09Ki        24.09Ki       -0.00%

                                      │ baseline/benchmark.log │        current/benchmark.log        │
                                      │       allocs/op        │ allocs/op   vs base                 │
api-gateway-appsec.json                             627.0 ± 0%   627.0 ± 0%       ~ (p=1.000 n=10) ¹
api-gateway-kong-appsec.json                        485.0 ± 0%   485.0 ± 0%       ~ (p=1.000 n=10) ¹
api-gateway-kong.json                               463.0 ± 0%   463.0 ± 0%       ~ (p=1.000 n=10) ¹
api-gateway-non-proxy-async.json                    720.0 ± 0%   720.0 ± 0%       ~ (p=1.000 n=10) ¹
api-gateway-non-proxy.json                          710.0 ± 0%   710.0 ± 0%       ~ (p=1.000 n=10) ¹
api-gateway-websocket-connect.json                  448.0 ± 0%   448.0 ± 0%       ~ (p=1.000 n=10)
api-gateway-websocket-default.json                  373.0 ± 0%   373.0 ± 0%       ~ (p=1.000 n=10) ¹
api-gateway-websocket-disconnect.json               363.0 ± 0%   363.0 ± 0%       ~ (p=1.000 n=10) ¹
api-gateway.json                                    782.0 ± 0%   782.0 ± 0%       ~ (p=1.000 n=10) ¹
application-load-balancer.json                      347.0 ± 0%   347.0 ± 0%       ~ (p=1.000 n=10) ¹
cloudfront.json                                     278.0 ± 0%   278.0 ± 0%       ~ (p=1.000 n=10) ¹
cloudwatch-events.json                              215.0 ± 0%   215.0 ± 0%       ~ (p=1.000 n=10) ¹
cloudwatch-logs.json                                208.0 ± 0%   208.0 ± 0%       ~ (p=1.000 n=10) ¹
custom.json                                         163.0 ± 0%   163.0 ± 0%       ~ (p=1.000 n=10) ¹
dynamodb.json                                       579.0 ± 0%   579.0 ± 0%       ~ (p=1.000 n=10) ¹
empty.json                                          154.0 ± 0%   154.0 ± 0%       ~ (p=1.000 n=10) ¹
eventbridge-custom.json                             258.0 ± 0%   258.0 ± 0%       ~ (p=1.000 n=10) ¹
eventbridge-no-bus.json                             249.0 ± 0%   249.0 ± 0%       ~ (p=1.000 n=10) ¹
eventbridge-no-timestamp.json                       249.0 ± 0%   249.0 ± 0%       ~ (p=1.000 n=10) ¹
eventbridgesns.json                                 315.0 ± 0%   315.0 ± 0%       ~ (p=1.000 n=10) ¹
eventbridgesqs.json                                 355.0 ± 0%   355.0 ± 0%       ~ (p=1.000 n=10) ¹
http-api.json                                       421.0 ± 0%   421.0 ± 0%       ~ (p=1.000 n=10) ¹
kinesis-batch.json                                  380.0 ± 0%   380.0 ± 0%       ~ (p=1.000 n=10) ¹
kinesis.json                                        276.0 ± 0%   276.0 ± 0%       ~ (p=1.000 n=10) ¹
s3.json                                             348.0 ± 0%   348.0 ± 0%       ~ (p=1.000 n=10) ¹
sns-batch.json                                      462.0 ± 0%   462.0 ± 0%       ~ (p=1.000 n=10) ¹
sns.json                                            333.0 ± 0%   333.0 ± 0%       ~ (p=1.000 n=10) ¹
snssqs.json                                         457.0 ± 0%   457.0 ± 0%       ~ (p=1.000 n=10) ¹
snssqs_no_dd_context.json                           417.0 ± 0%   417.0 ± 0%       ~ (p=1.000 n=10) ¹
sqs-aws-header.json                                 273.0 ± 0%   273.0 ± 0%       ~ (p=1.000 n=10) ¹
sqs-batch.json                                      497.0 ± 0%   497.0 ± 0%       ~ (p=1.000 n=10) ¹
sqs.json                                            348.0 ± 0%   348.0 ± 0%       ~ (p=1.000 n=10) ¹
sqs_no_dd_context.json                              334.0 ± 0%   334.0 ± 0%       ~ (p=1.000 n=10) ¹
stepfunction.json                                   223.0 ± 0%   223.0 ± 0%       ~ (p=1.000 n=10) ¹
geomean                                             356.8        356.8       +0.00%
¹ all samples are equal

@agent-platform-auto-pr
Copy link
Contributor

Uncompressed package size comparison

Comparison with ancestor 6c020c8323d53d725bef9f07f0f5a9d06111ffbe

Diff per package
package diff status size ancestor threshold
datadog-agent-amd64-deb 0.00MB 929.12MB 929.12MB 0.50MB
datadog-agent-x86_64-rpm 0.00MB 938.78MB 938.78MB 0.50MB
datadog-agent-x86_64-suse 0.00MB 938.78MB 938.78MB 0.50MB
datadog-agent-arm64-deb 0.00MB 915.76MB 915.76MB 0.50MB
datadog-agent-aarch64-rpm 0.00MB 925.41MB 925.41MB 0.50MB
datadog-dogstatsd-amd64-deb 0.00MB 58.93MB 58.93MB 0.50MB
datadog-dogstatsd-x86_64-rpm 0.00MB 59.01MB 59.01MB 0.50MB
datadog-dogstatsd-x86_64-suse 0.00MB 59.01MB 59.01MB 0.50MB
datadog-dogstatsd-arm64-deb 0.00MB 56.44MB 56.44MB 0.50MB
datadog-heroku-agent-amd64-deb 0.00MB 477.43MB 477.43MB 0.50MB
datadog-iot-agent-amd64-deb 0.00MB 93.99MB 93.99MB 0.50MB
datadog-iot-agent-x86_64-rpm 0.00MB 94.06MB 94.06MB 0.50MB
datadog-iot-agent-x86_64-suse 0.00MB 94.06MB 94.06MB 0.50MB
datadog-iot-agent-arm64-deb 0.00MB 90.04MB 90.04MB 0.50MB
datadog-iot-agent-aarch64-rpm 0.00MB 90.11MB 90.11MB 0.50MB

Decision

✅ Passed

@agent-platform-auto-pr
Copy link
Contributor

[Fast Unit Tests Report]

On pipeline 53510104 (CI Visibility). The following jobs did not run any unit tests:

Jobs:
  • tests_deb-arm64-py3
  • tests_deb-x64-py3
  • tests_flavor_dogstatsd_deb-x64
  • tests_flavor_heroku_deb-x64
  • tests_flavor_iot_deb-x64
  • tests_rpm-arm64-py3
  • tests_rpm-x64-py3
  • tests_windows-x64

If you modified Go files and expected unit tests to run in these jobs, please double check the job logs. If you think tests should have been executed reach out to #agent-devx-help

Copy link

Regression Detector

Regression Detector Results

Metrics dashboard
Target profiles
Run ID: 44a9ecac-75ab-4126-948a-8acafff6b195

Baseline: 6c020c8
Comparison: 342e5d2
Diff

Optimization Goals: ✅ No significant changes detected

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI trials links
quality_gate_logs % cpu utilization +0.78 [-2.48, +4.05] 1 Logs
quality_gate_idle_all_features memory utilization +0.36 [+0.27, +0.45] 1 Logs bounds checks dashboard
quality_gate_idle memory utilization +0.18 [+0.14, +0.21] 1 Logs bounds checks dashboard
file_to_blackhole_0ms_latency egress throughput +0.08 [-0.80, +0.96] 1 Logs
file_to_blackhole_100ms_latency egress throughput +0.08 [-0.65, +0.81] 1 Logs
file_to_blackhole_300ms_latency egress throughput +0.03 [-0.61, +0.66] 1 Logs
uds_dogstatsd_to_api ingress throughput -0.00 [-0.10, +0.10] 1 Logs
tcp_dd_logs_filter_exclude ingress throughput -0.00 [-0.01, +0.01] 1 Logs
file_to_blackhole_0ms_latency_http2 egress throughput -0.01 [-0.83, +0.80] 1 Logs
file_to_blackhole_0ms_latency_http1 egress throughput -0.02 [-0.87, +0.83] 1 Logs
file_to_blackhole_500ms_latency egress throughput -0.10 [-0.89, +0.70] 1 Logs
file_to_blackhole_1000ms_latency_linear_load egress throughput -0.19 [-0.65, +0.28] 1 Logs
uds_dogstatsd_to_api_cpu % cpu utilization -0.27 [-0.99, +0.45] 1 Logs
file_to_blackhole_1000ms_latency egress throughput -0.45 [-1.23, +0.33] 1 Logs
tcp_syslog_to_blackhole ingress throughput -0.69 [-0.76, -0.61] 1 Logs
file_tree memory utilization -0.86 [-1.01, -0.70] 1 Logs

Bounds Checks: ✅ Passed

perf experiment bounds_check_name replicates_passed links
file_to_blackhole_0ms_latency lost_bytes 10/10
file_to_blackhole_0ms_latency memory_usage 10/10
file_to_blackhole_0ms_latency_http1 lost_bytes 10/10
file_to_blackhole_0ms_latency_http1 memory_usage 10/10
file_to_blackhole_0ms_latency_http2 lost_bytes 10/10
file_to_blackhole_0ms_latency_http2 memory_usage 10/10
file_to_blackhole_1000ms_latency memory_usage 10/10
file_to_blackhole_1000ms_latency_linear_load memory_usage 10/10
file_to_blackhole_100ms_latency lost_bytes 10/10
file_to_blackhole_100ms_latency memory_usage 10/10
file_to_blackhole_300ms_latency lost_bytes 10/10
file_to_blackhole_300ms_latency memory_usage 10/10
file_to_blackhole_500ms_latency lost_bytes 10/10
file_to_blackhole_500ms_latency memory_usage 10/10
quality_gate_idle intake_connections 10/10 bounds checks dashboard
quality_gate_idle memory_usage 10/10 bounds checks dashboard
quality_gate_idle_all_features intake_connections 10/10 bounds checks dashboard
quality_gate_idle_all_features memory_usage 10/10 bounds checks dashboard
quality_gate_logs intake_connections 10/10
quality_gate_logs lost_bytes 10/10
quality_gate_logs memory_usage 10/10

Explanation

Confidence level: 90.00%
Effect size tolerance: |Δ mean %| ≥ 5.00%

Performance changes are noted in the perf column of each table:

  • ✅ = significantly better comparison variant performance
  • ❌ = significantly worse comparison variant performance
  • ➖ = no significant change in performance

A regression test is an A/B test of target performance in a repeatable rig, where "performance" is measured as "comparison variant minus baseline variant" for an optimization goal (e.g., ingress throughput). Due to intrinsic variability in measuring that goal, we can only estimate its mean value for each experiment; we report uncertainty in that value as a 90.00% confidence interval denoted "Δ mean % CI".

For each experiment, we decide whether a change in performance is a "regression" -- a change worth investigating further -- if all of the following criteria are true:

  1. Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.

  2. Its 90.00% confidence interval "Δ mean % CI" does not contain zero, indicating that if our statistical model is accurate, there is at least a 90.00% chance there is a difference in performance between baseline and comparison variants.

  3. Its configuration does not mark it "erratic".

CI Pass/Fail Decision

Passed. All Quality Gates passed.

  • quality_gate_idle_all_features, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check lost_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/no-changelog dependencies PRs that bump a dependency dev/tooling qa/no-code-change No code change in Agent code requiring validation short review PR is simple enough to be reviewed quickly team/agent-devx-infra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants