Skip to content

[Dynamic Instrumentation] Rate limit condition evaluation error snapshots#8725

Merged
dudikeleti merged 5 commits into
masterfrom
dudik/evaluation-errors-rate
Jun 3, 2026
Merged

[Dynamic Instrumentation] Rate limit condition evaluation error snapshots#8725
dudikeleti merged 5 commits into
masterfrom
dudik/evaluation-errors-rate

Conversation

@dudikeleti

Copy link
Copy Markdown
Contributor

Summary of changes

  • Adds a dedicated 5-minute rate limit for condition evaluation-error snapshots in Dynamic Instrumentation.
  • Treats condition evaluation errors as diagnostic snapshots that bypass the normal probe/global snapshot sampler.

Reason for change

  • System-tests now require eval-error snapshots to be emitted at most once per probe per 5 minutes.
  • This matches the Python tracer behavior, where condition errors use a dedicated condition-error limiter.
  • A broken condition should surface as a bounded diagnostic signal without being hidden by the normal snapshot sampler.

Implementation details

  • Uses Stopwatch.GetTimestamp() with an atomic Interlocked.CompareExchange gate.
  • Avoids timers, dictionaries, and per-hit allocations in the eval-error path.
  • The normal sampler still applies to successful conditional probe captures; only condition eval-error snapshots use the dedicated diagnostic limiter.

Test coverage

  • ProbeProcessorTests

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates Dynamic Instrumentation’s probe processing so that condition evaluation errors emit diagnostic snapshots that bypass normal per-probe/global sampling, while being rate-limited to once per probe per 5 minutes to avoid flooding.

Changes:

  • Added a dedicated 5-minute, per-probe rate limiter for condition evaluation-error snapshots (Stopwatch timestamp + Interlocked gate).
  • Modified condition error handling so evaluation-error snapshots bypass the normal sampler/global limiter path.
  • Updated and expanded ProbeProcessorTests to reflect sampler bypass and to cover rate limiting + probe updates.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
tracer/src/Datadog.Trace/Debugger/Expressions/ProbeProcessor.cs Adds eval-error rate limiting and reroutes conditional eval-error handling to bypass standard sampling/limiting.
tracer/test/Datadog.Trace.Tests/Debugger/ProbeProcessorTests.cs Updates existing assertions for sampler bypass and adds tests for eval-error rate limiting and probe updates.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread tracer/src/Datadog.Trace/Debugger/Expressions/ProbeProcessor.cs Outdated
Comment thread tracer/src/Datadog.Trace/Debugger/Expressions/ProbeProcessor.cs
@datadog-datadog-prod-us1

This comment has been minimized.

@pr-commenter

pr-commenter Bot commented Jun 2, 2026

Copy link
Copy Markdown

Benchmarks

Benchmark execution time: 2026-06-02 15:55:39

Comparing candidate commit 71e1fcd in PR branch dudik/evaluation-errors-rate with baseline commit 6280b56 in branch master.

Found 0 performance improvements and 1 performance regressions! Performance is the same for 71 metrics, 0 unstable metrics, 59 known flaky benchmarks, 67 flaky benchmarks without significant changes.

Explanation

This is an A/B test comparing a candidate commit's performance against that of a baseline commit. Performance changes are noted in the tables below as:

  • 🟩 = significantly better candidate vs. baseline
  • 🟥 = significantly worse candidate vs. baseline

We compute a confidence interval (CI) over the relative difference of means between metrics from the candidate and baseline commits, considering the baseline as the reference.

If the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD), the change is considered significant.

Feel free to reach out to #apm-benchmarking-platform on Slack if you have any questions.

More details about the CI and significant changes

You can imagine this CI as a range of values that is likely to contain the true difference of means between the candidate and baseline commits.

CIs of the difference of means are often centered around 0%, because often changes are not that big:

---------------------------------(------|---^--------)-------------------------------->
                              -0.6%    0%  0.3%     +1.2%
                                 |          |        |
         lower bound of the CI --'          |        |
sample mean (center of the CI) -------------'        |
         upper bound of the CI ----------------------'

As described above, a change is considered significant if the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD).

For instance, for an execution time metric, this confidence interval indicates a significantly worse performance:

----------------------------------------|---------|---(---------^---------)---------->
                                       0%        1%  1.3%      2.2%      3.1%
                                                  |   |         |         |
       significant impact threshold --------------'   |         |         |
                      lower bound of CI --------------'         |         |
       sample mean (center of the CI) --------------------------'         |
                      upper bound of CI ----------------------------------'

scenario:Benchmarks.Trace.HttpClientBenchmark.SendAsync net472

  • 🟥 throughput [-5358.261op/s; -5074.805op/s] or [-6.117%; -5.793%]

Known flaky benchmarks

These benchmarks are marked as flaky and will not trigger a failure. Modify FLAKY_BENCHMARKS_REGEX to control which benchmarks are marked as flaky.

scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild net472

  • 🟥 throughput [-6102.182op/s; -5640.462op/s] or [-7.235%; -6.688%]

scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild netcoreapp3.1

  • 🟥 throughput [-6831.600op/s; -5618.971op/s] or [-6.946%; -5.713%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • 🟥 execution_time [+325.983ms; +327.310ms] or [+161.764%; +162.423%]
  • 🟥 throughput [-42.564op/s; -39.057op/s] or [-7.658%; -7.027%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net6.0

  • 🟥 execution_time [+376.917ms; +379.416ms] or [+297.787%; +299.762%]
  • 🟩 throughput [+88.875op/s; +93.249op/s] or [+11.718%; +12.295%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces netcoreapp3.1

  • 🟥 execution_time [+393.108ms; +395.722ms] or [+347.885%; +350.199%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleMoreComplexBody net472

  • 🟥 allocated_mem [+1.308KB; +1.308KB] or [+27.528%; +27.540%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleMoreComplexBody net6.0

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+9.976%; +9.987%]
  • 🟩 execution_time [-16.178ms; -12.007ms] or [-7.556%; -5.608%]
  • 🟩 throughput [+7854.810op/s; +10635.432op/s] or [+5.734%; +7.763%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleMoreComplexBody netcoreapp3.1

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+27.500%; +27.510%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleSimpleBody net472

  • 🟥 allocated_mem [+1.307KB; +1.307KB] or [+105.743%; +105.758%]
  • 🟥 throughput [-273896.550op/s; -270930.000op/s] or [-27.966%; -27.663%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleSimpleBody net6.0

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+38.557%; +38.566%]
  • 🟩 execution_time [-27.502ms; -22.613ms] or [-12.265%; -10.084%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleSimpleBody netcoreapp3.1

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+105.288%; +105.304%]
  • 🟥 throughput [-154561.719op/s; -138290.595op/s] or [-22.208%; -19.870%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorMoreComplexBody net6.0

  • 🟩 throughput [+8981.384op/s; +11920.821op/s] or [+5.715%; +7.585%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorMoreComplexBody netcoreapp3.1

  • 🟩 throughput [+8236.908op/s; +10920.502op/s] or [+6.562%; +8.700%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody net6.0

  • 🟩 throughput [+483107.364op/s; +505172.316op/s] or [+16.109%; +16.845%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody netcoreapp3.1

  • 🟩 execution_time [-19.091ms; -14.739ms] or [-8.800%; -6.794%]
  • 🟩 throughput [+163557.050op/s; +216902.709op/s] or [+6.492%; +8.609%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeArgs net472

  • 🟥 execution_time [+300.100ms; +301.121ms] or [+149.950%; +150.460%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeArgs net6.0

  • 🟥 execution_time [+299.065ms; +302.494ms] or [+150.819%; +152.549%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeArgs netcoreapp3.1

  • 🟥 execution_time [+300.638ms; +303.430ms] or [+151.438%; +152.844%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeLegacyArgs net472

  • 🟥 execution_time [+295.598ms; +296.534ms] or [+145.186%; +145.646%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeLegacyArgs net6.0

  • 🟥 execution_time [+295.378ms; +297.507ms] or [+144.399%; +145.440%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeLegacyArgs netcoreapp3.1

  • 🟥 execution_time [+297.161ms; +299.918ms] or [+148.521%; +149.898%]

scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmarkWithAttack net6.0

  • 🟥 execution_time [+25.308µs; +49.117µs] or [+8.080%; +15.681%]
  • 🟥 throughput [-453.462op/s; -253.377op/s] or [-14.136%; -7.899%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net472

  • 🟥 execution_time [+299.145ms; +299.996ms] or [+149.304%; +149.729%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net6.0

  • unstable execution_time [+247.301ms; +334.798ms] or [+268.703%; +363.772%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest netcoreapp3.1

  • 🟥 execution_time [+368.208ms; +371.366ms] or [+279.577%; +281.974%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • unstable execution_time [+322.924ms; +361.516ms] or [+148.477%; +166.221%]
  • 🟥 throughput [-509.533op/s; -471.748op/s] or [-46.169%; -42.745%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net6.0

  • unstable execution_time [+206.343ms; +339.619ms] or [+87.934%; +144.731%]
  • 🟥 throughput [-671.049op/s; -587.631op/s] or [-44.759%; -39.195%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces netcoreapp3.1

  • 🟥 execution_time [+326.145ms; +335.190ms] or [+195.072%; +200.482%]
  • 🟥 throughput [-386.487op/s; -351.094op/s] or [-26.911%; -24.446%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net472

  • 🟥 execution_time [+299.873ms; +301.565ms] or [+151.010%; +151.862%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net6.0

  • 🟥 execution_time [+298.894ms; +301.592ms] or [+149.776%; +151.128%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch netcoreapp3.1

  • 🟥 execution_time [+302.103ms; +305.438ms] or [+151.764%; +153.439%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net472

  • 🟥 execution_time [+299.056ms; +301.358ms] or [+150.176%; +151.332%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net6.0

  • 🟥 execution_time [+298.763ms; +300.811ms] or [+147.725%; +148.737%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync netcoreapp3.1

  • 🟥 execution_time [+301.157ms; +305.569ms] or [+152.640%; +154.876%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net472

  • 🟥 execution_time [+301.841ms; +303.747ms] or [+151.497%; +152.453%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net6.0

  • 🟥 execution_time [+302.043ms; +303.922ms] or [+150.541%; +151.477%]
  • 🟩 throughput [+36883.672op/s; +43900.878op/s] or [+7.324%; +8.717%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync netcoreapp3.1

  • 🟥 execution_time [+299.655ms; +302.893ms] or [+149.076%; +150.686%]

scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog net6.0

  • 🟩 execution_time [-17.021ms; -13.335ms] or [-7.915%; -6.201%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark net472

  • unstable execution_time [+10.588µs; +54.942µs] or [+2.615%; +13.571%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark net6.0

  • 🟩 allocated_mem [-18.751KB; -18.727KB] or [-6.840%; -6.831%]
  • unstable execution_time [-15.804µs; +45.583µs] or [-3.124%; +9.009%]
  • unstable throughput [-157.418op/s; +54.958op/s] or [-7.855%; +2.742%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark netcoreapp3.1

  • 🟩 allocated_mem [-25.234KB; -25.216KB] or [-9.199%; -9.192%]
  • unstable execution_time [-57.872µs; +3.815µs] or [-10.029%; +0.661%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark net6.0

  • unstable execution_time [+7.862µs; +12.436µs] or [+18.584%; +29.395%]
  • 🟥 throughput [-5454.194op/s; -3606.515op/s] or [-22.960%; -15.182%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark netcoreapp3.1

  • unstable execution_time [-13.915µs; -5.547µs] or [-21.589%; -8.605%]
  • unstable throughput [+1461.343op/s; +3271.162op/s] or [+8.966%; +20.070%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net472

  • 🟥 execution_time [+302.167ms; +303.561ms] or [+152.732%; +153.437%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net6.0

  • 🟥 execution_time [+302.335ms; +304.899ms] or [+153.887%; +155.193%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog netcoreapp3.1

  • 🟥 execution_time [+299.965ms; +302.652ms] or [+150.170%; +151.515%]

scenario:Benchmarks.Trace.RedisBenchmark.SendReceive net472

  • 🟥 throughput [-22222.247op/s; -20557.992op/s] or [-6.152%; -5.691%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net472

  • 🟥 execution_time [+298.375ms; +300.542ms] or [+148.713%; +149.793%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net6.0

  • 🟥 execution_time [+302.822ms; +304.100ms] or [+152.063%; +152.704%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog netcoreapp3.1

  • 🟥 execution_time [+302.380ms; +304.674ms] or [+153.348%; +154.511%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net472

  • 🟥 execution_time [+299.872ms; +300.800ms] or [+149.578%; +150.041%]
  • 🟩 throughput [+65610277.955op/s; +65907473.242op/s] or [+47.781%; +47.998%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net6.0

  • unstable execution_time [+331.551ms; +397.920ms] or [+412.342%; +494.884%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore netcoreapp3.1

  • 🟥 execution_time [+299.908ms; +300.963ms] or [+149.587%; +150.114%]
  • 🟩 throughput [+17822940.393op/s; +18800030.318op/s] or [+7.894%; +8.327%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope net6.0

  • 🟩 throughput [+61684.251op/s; +80164.928op/s] or [+5.759%; +7.485%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope netcoreapp3.1

  • 🟩 throughput [+54830.175op/s; +73795.676op/s] or [+6.346%; +8.542%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan netcoreapp3.1

  • 🟩 throughput [+96792.899op/s; +105356.662op/s] or [+9.613%; +10.464%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes net6.0

  • 🟩 throughput [+56822.307op/s; +62136.446op/s] or [+10.318%; +11.283%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes netcoreapp3.1

  • 🟩 throughput [+26132.217op/s; +35745.460op/s] or [+5.849%; +8.001%]

scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin net6.0

  • 🟩 throughput [+88899.675op/s; +107875.679op/s] or [+9.932%; +12.052%]

Known flaky benchmarks without significant changes:

  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_AddEvent_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_AddEvent_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_AddEvent_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_GetContext_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_GetContext_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_GetContext_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetAttributes_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetAttributes_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetAttributes_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetStatus_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetStatus_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetStatus_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_UpdateName_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_UpdateName_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_UpdateName_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_AddEvent_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_AddEvent_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_AddEvent_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_GetContext_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_GetContext_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_GetContext_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_RecordException_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_RecordException_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_RecordException_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetAttributes_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetAttributes_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetAttributes_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetStatus_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetStatus_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetStatus_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_UpdateName_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_UpdateName_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_UpdateName_Sampled netcoreapp3.1
  • scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild net6.0
  • scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorMoreComplexBody net472
  • scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody net472
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmark net472
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmark net6.0
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmark netcoreapp3.1
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmarkWithAttack net472
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmarkWithAttack netcoreapp3.1
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net472
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net6.0
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice netcoreapp3.1
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool net472
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool net6.0
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool netcoreapp3.1
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice net472
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice net6.0
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice netcoreapp3.1
  • scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog net472
  • scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog netcoreapp3.1
  • scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark net472
  • scenario:Benchmarks.Trace.RedisBenchmark.SendReceive net6.0
  • scenario:Benchmarks.Trace.RedisBenchmark.SendReceive netcoreapp3.1
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope net472
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net472
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net6.0
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes net472
  • scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin net472
  • scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin netcoreapp3.1

@dd-trace-dotnet-ci-bot

dd-trace-dotnet-ci-bot Bot commented Jun 2, 2026

Copy link
Copy Markdown

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8725) and master.

✅ No regressions detected - check the details below

Full Metrics Comparison

FakeDbCommand

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration73.88 ± (73.96 - 74.51) ms75.27 ± (74.95 - 75.64) ms+1.9%✅⬆️
.NET Framework 4.8 - Bailout
duration77.32 ± (77.20 - 77.64) ms79.26 ± (79.09 - 79.58) ms+2.5%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1110.85 ± (1110.01 - 1117.83) ms1112.65 ± (1112.10 - 1120.80) ms+0.2%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms22.62 ± (22.56 - 22.67) ms22.83 ± (22.77 - 22.89) ms+0.9%✅⬆️
process.time_to_main_ms85.63 ± (85.40 - 85.86) ms87.82 ± (87.51 - 88.13) ms+2.6%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.92 ± (10.92 - 10.92) MB10.93 ± (10.93 - 10.93) MB+0.1%✅⬆️
runtime.dotnet.threads.count12 ± (12 - 12)12 ± (12 - 12)+0.0%
.NET Core 3.1 - Bailout
process.internal_duration_ms22.52 ± (22.48 - 22.57) ms22.39 ± (22.35 - 22.44) ms-0.6%
process.time_to_main_ms86.35 ± (86.13 - 86.56) ms85.97 ± (85.74 - 86.20) ms-0.4%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.95 ± (10.95 - 10.96) MB10.96 ± (10.95 - 10.96) MB+0.0%✅⬆️
runtime.dotnet.threads.count13 ± (13 - 13)13 ± (13 - 13)+0.0%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms214.03 ± (213.10 - 214.96) ms214.64 ± (213.60 - 215.68) ms+0.3%✅⬆️
process.time_to_main_ms543.01 ± (541.62 - 544.40) ms544.24 ± (542.93 - 545.55) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed48.28 ± (48.24 - 48.32) MB48.38 ± (48.34 - 48.41) MB+0.2%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.3%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms21.59 ± (21.53 - 21.65) ms21.29 ± (21.25 - 21.32) ms-1.4%
process.time_to_main_ms75.29 ± (74.95 - 75.63) ms74.24 ± (74.07 - 74.41) ms-1.4%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.63 ± (10.63 - 10.63) MB10.64 ± (10.64 - 10.64) MB+0.1%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 6 - Bailout
process.internal_duration_ms21.54 ± (21.49 - 21.59) ms21.40 ± (21.36 - 21.43) ms-0.7%
process.time_to_main_ms77.08 ± (76.85 - 77.30) ms76.34 ± (76.13 - 76.55) ms-1.0%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.75 ± (10.74 - 10.75) MB10.75 ± (10.75 - 10.75) MB+0.1%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms367.40 ± (365.54 - 369.27) ms368.62 ± (366.76 - 370.48) ms+0.3%✅⬆️
process.time_to_main_ms548.86 ± (547.48 - 550.23) ms551.30 ± (550.00 - 552.60) ms+0.4%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed49.80 ± (49.78 - 49.82) MB49.73 ± (49.70 - 49.75) MB-0.2%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.0%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms19.40 ± (19.36 - 19.44) ms19.78 ± (19.73 - 19.84) ms+1.9%✅⬆️
process.time_to_main_ms72.42 ± (72.25 - 72.59) ms75.74 ± (75.47 - 76.00) ms+4.6%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.67 ± (7.67 - 7.68) MB7.68 ± (7.67 - 7.69) MB+0.1%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms19.82 ± (19.76 - 19.88) ms19.41 ± (19.38 - 19.45) ms-2.0%
process.time_to_main_ms76.10 ± (75.81 - 76.39) ms74.02 ± (73.85 - 74.19) ms-2.7%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.72 ± (7.71 - 7.72) MB7.73 ± (7.72 - 7.73) MB+0.1%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms295.05 ± (293.02 - 297.08) ms294.85 ± (292.80 - 296.91) ms-0.1%
process.time_to_main_ms496.14 ± (494.98 - 497.30) ms501.55 ± (500.16 - 502.94) ms+1.1%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed36.87 ± (36.84 - 36.90) MB36.81 ± (36.78 - 36.84) MB-0.2%
runtime.dotnet.threads.count27 ± (27 - 27)27 ± (27 - 27)-0.6%

HttpMessageHandler

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration198.46 ± (198.53 - 199.43) ms199.91 ± (199.58 - 200.72) ms+0.7%✅⬆️
.NET Framework 4.8 - Bailout
duration202.49 ± (202.12 - 203.05) ms203.71 ± (203.25 - 203.84) ms+0.6%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1189.61 ± (1190.26 - 1196.16) ms1195.64 ± (1197.85 - 1203.84) ms+0.5%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms192.84 ± (192.39 - 193.28) ms192.76 ± (192.29 - 193.23) ms-0.0%
process.time_to_main_ms83.65 ± (83.33 - 83.97) ms84.13 ± (83.81 - 84.44) ms+0.6%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.10 ± (16.08 - 16.12) MB16.07 ± (16.05 - 16.10) MB-0.2%
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)+0.1%✅⬆️
.NET Core 3.1 - Bailout
process.internal_duration_ms192.36 ± (191.89 - 192.84) ms193.15 ± (192.72 - 193.58) ms+0.4%✅⬆️
process.time_to_main_ms85.07 ± (84.81 - 85.33) ms85.54 ± (85.29 - 85.80) ms+0.6%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.12 ± (16.10 - 16.15) MB16.10 ± (16.07 - 16.13) MB-0.1%
runtime.dotnet.threads.count21 ± (20 - 21)21 ± (21 - 21)+1.2%✅⬆️
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms385.44 ± (384.10 - 386.78) ms384.71 ± (383.56 - 385.86) ms-0.2%
process.time_to_main_ms535.37 ± (534.06 - 536.68) ms534.29 ± (533.08 - 535.49) ms-0.2%
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed57.27 ± (57.12 - 57.42) MB57.24 ± (57.10 - 57.39) MB-0.0%
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)-0.1%
.NET 6 - Baseline
process.internal_duration_ms195.92 ± (195.47 - 196.38) ms197.89 ± (197.45 - 198.33) ms+1.0%✅⬆️
process.time_to_main_ms71.78 ± (71.53 - 72.04) ms72.64 ± (72.42 - 72.86) ms+1.2%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.32 ± (16.25 - 16.39) MB16.43 ± (16.40 - 16.46) MB+0.6%✅⬆️
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 19)+1.3%✅⬆️
.NET 6 - Bailout
process.internal_duration_ms195.22 ± (194.81 - 195.62) ms197.00 ± (196.67 - 197.33) ms+0.9%✅⬆️
process.time_to_main_ms72.42 ± (72.27 - 72.57) ms73.79 ± (73.58 - 73.99) ms+1.9%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.41 ± (16.33 - 16.48) MB16.40 ± (16.38 - 16.43) MB-0.0%
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)+1.4%✅⬆️
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms586.20 ± (583.56 - 588.85) ms585.18 ± (582.82 - 587.54) ms-0.2%
process.time_to_main_ms537.93 ± (536.96 - 538.90) ms540.36 ± (539.39 - 541.33) ms+0.5%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed61.16 ± (61.07 - 61.25) MB61.09 ± (60.99 - 61.18) MB-0.1%
runtime.dotnet.threads.count31 ± (31 - 31)31 ± (31 - 31)+0.1%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms192.04 ± (191.61 - 192.48) ms194.88 ± (194.44 - 195.32) ms+1.5%✅⬆️
process.time_to_main_ms70.71 ± (70.50 - 70.92) ms71.69 ± (71.41 - 71.97) ms+1.4%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.73 ± (11.71 - 11.75) MB11.67 ± (11.64 - 11.69) MB-0.5%
runtime.dotnet.threads.count18 ± (18 - 18)18 ± (18 - 18)+0.2%✅⬆️
.NET 8 - Bailout
process.internal_duration_ms191.17 ± (190.68 - 191.66) ms194.82 ± (194.40 - 195.23) ms+1.9%✅⬆️
process.time_to_main_ms71.61 ± (71.45 - 71.78) ms72.74 ± (72.55 - 72.92) ms+1.6%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.76 ± (11.74 - 11.78) MB11.73 ± (11.71 - 11.76) MB-0.2%
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 19)-0.1%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms511.67 ± (509.02 - 514.32) ms509.87 ± (507.52 - 512.22) ms-0.4%
process.time_to_main_ms487.68 ± (486.98 - 488.39) ms490.16 ± (489.23 - 491.10) ms+0.5%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed50.60 ± (50.57 - 50.64) MB50.57 ± (50.54 - 50.61) MB-0.1%
runtime.dotnet.threads.count29 ± (29 - 30)29 ± (29 - 29)-0.7%
Comparison explanation

Execution-time benchmarks measure the whole time it takes to execute a program, and are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are highlighted in **red**. The following thresholds were used for comparing the execution times:

  • Welch test with statistical test for significance of 5%
  • Only results indicating a difference greater than 5% and 5 ms are considered.

Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard.

Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph).

Duration charts
FakeDbCommand (.NET Framework 4.8)
gantt
    title Execution time (ms) FakeDbCommand (.NET Framework 4.8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8725) - mean (75ms)  : 70, 81
    master - mean (74ms)  : 70, 78

    section Bailout
    This PR (8725) - mean (79ms)  : 76, 83
    master - mean (77ms)  : 75, 80

    section CallTarget+Inlining+NGEN
    This PR (8725) - mean (1,116ms)  : 1052, 1181
    master - mean (1,114ms)  : 1056, 1172

Loading
FakeDbCommand (.NET Core 3.1)
gantt
    title Execution time (ms) FakeDbCommand (.NET Core 3.1)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8725) - mean (118ms)  : 111, 125
    master - mean (115ms)  : 110, 121

    section Bailout
    This PR (8725) - mean (115ms)  : 112, 118
    master - mean (116ms)  : 113, 119

    section CallTarget+Inlining+NGEN
    This PR (8725) - mean (797ms)  : 770, 823
    master - mean (794ms)  : 765, 823

Loading
FakeDbCommand (.NET 6)
gantt
    title Execution time (ms) FakeDbCommand (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8725) - mean (102ms)  : 98, 106
    master - mean (104ms)  : 97, 111

    section Bailout
    This PR (8725) - mean (104ms)  : 100, 108
    master - mean (105ms)  : 101, 109

    section CallTarget+Inlining+NGEN
    This PR (8725) - mean (952ms)  : 919, 985
    master - mean (949ms)  : 908, 990

Loading
FakeDbCommand (.NET 8)
gantt
    title Execution time (ms) FakeDbCommand (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8725) - mean (104ms)  : 98, 109
    master - mean (100ms)  : 96, 103

    section Bailout
    This PR (8725) - mean (101ms)  : 98, 104
    master - mean (104ms)  : 98, 111

    section CallTarget+Inlining+NGEN
    This PR (8725) - mean (828ms)  : 795, 860
    master - mean (822ms)  : 789, 856

Loading
HttpMessageHandler (.NET Framework 4.8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET Framework 4.8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8725) - mean (200ms)  : 194, 206
    master - mean (199ms)  : 192, 206

    section Bailout
    This PR (8725) - mean (204ms)  : 201, 206
    master - mean (203ms)  : 198, 207

    section CallTarget+Inlining+NGEN
    This PR (8725) - mean (1,201ms)  : 1158, 1244
    master - mean (1,193ms)  : 1151, 1235

Loading
HttpMessageHandler (.NET Core 3.1)
gantt
    title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8725) - mean (286ms)  : 279, 293
    master - mean (286ms)  : 279, 292

    section Bailout
    This PR (8725) - mean (287ms)  : 281, 293
    master - mean (286ms)  : 280, 292

    section CallTarget+Inlining+NGEN
    This PR (8725) - mean (958ms)  : 939, 976
    master - mean (958ms)  : 936, 981

Loading
HttpMessageHandler (.NET 6)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8725) - mean (279ms)  : 274, 284
    master - mean (276ms)  : 271, 282

    section Bailout
    This PR (8725) - mean (279ms)  : 275, 283
    master - mean (276ms)  : 270, 281

    section CallTarget+Inlining+NGEN
    This PR (8725) - mean (1,155ms)  : 1119, 1192
    master - mean (1,153ms)  : 1109, 1197

Loading
HttpMessageHandler (.NET 8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8725) - mean (277ms)  : 271, 283
    master - mean (273ms)  : 264, 281

    section Bailout
    This PR (8725) - mean (277ms)  : 273, 282
    master - mean (273ms)  : 263, 284

    section CallTarget+Inlining+NGEN
    This PR (8725) - mean (1,034ms)  : 992, 1076
    master - mean (1,032ms)  : 994, 1071

Loading

@dudikeleti
dudikeleti force-pushed the dudik/evaluation-errors-rate branch from a3d2eae to fedcbe3 Compare June 2, 2026 13:31
@dudikeleti
dudikeleti requested a review from jpbempel June 2, 2026 13:32
return false;
}

return Interlocked.CompareExchange(ref _lastEvaluationErrorSnapshotTimestamp, timestamp, lastTimestamp) == lastTimestamp;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not familiar with the probe lifcycle in dotnet, but here if the probe condition is changed do we have to wait 5 minutes to get a new eval error?

scenario:

  1. probe A created with a condition 1
  2. probe generate an eval error (NPE because in a.b.c b is null)
  3. user change the probe A with condition 2 (d.e.f)
  4. is the _lastEvaluationerroSnapshotTimestamp is reset or is the same than probe A condition 1?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pointing that out!
Fixed 71e1fcd

@dudikeleti
dudikeleti requested review from jpbempel and removed request for P403n1x87 June 2, 2026 15:01
@dudikeleti
dudikeleti enabled auto-merge (squash) June 2, 2026 15:45
@dudikeleti
dudikeleti merged commit a610e46 into master Jun 3, 2026
138 of 140 checks passed
@dudikeleti
dudikeleti deleted the dudik/evaluation-errors-rate branch June 3, 2026 08:09
@github-actions github-actions Bot added this to the vNext-v3 milestone Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants