Skip to content

chore(deps): update rust crate schemars to v1#1672

Closed
dd-octo-sts[bot] wants to merge 1 commit intomainfrom
engraver-auto-version-upgrade/renovate/schemars-1.x
Closed

chore(deps): update rust crate schemars to v1#1672
dd-octo-sts[bot] wants to merge 1 commit intomainfrom
engraver-auto-version-upgrade/renovate/schemars-1.x

Conversation

@dd-octo-sts
Copy link
Contributor

@dd-octo-sts dd-octo-sts bot commented Mar 5, 2026

This PR contains the following updates:

Package Type Update Change
schemars (source) dependencies major 0.8.211.0.0

Release Notes

GREsau/schemars (schemars)

v1.2.1

Compare Source

Fixed
  • transform attributes are now applied after the schema is otherwise fully constructed. In particular, they're now applied after all other attributes are processed. (#​505)

v1.2.0

Compare Source

Added
Changed
  • Schemas generated for HashMap/BTreeMap with enum keys are now more specific (#​452)

v1.1.0

Compare Source

Added
  • Public functions that have no side-effects are now marked with #[must_use] so that they report a lint warning when the returned value is unused, as this likely indicates a mistake.
Fixed
  • Improve accuracy of schemas for flattened enums, in particular: unit variants of externally-tagged enums, and enums wrapped in Option<>. (#​464 / #​483)

v1.0.5

Compare Source

Fixed
  • Fix schema.pointer_mut() to resolve URI fragment identifiers like #/$defs/foo, matching current behaviour of schema.pointer() (#​478 / #​479)

v1.0.4

Compare Source

Fixed
  • Fix JsonSchema impl on atomic types being ignored on non-nightly compilers due to a buggy cfg check (#​453)
  • Fix compatibility with minimal dependency versions, e.g. old(-ish) versions of syn (#​450)
  • Fix derive for empty tuple variants (#​455)

v1.0.3

Compare Source

Fixed
  • Fix compile error when a doc comment is set on both a transparent (or newtype) struct and its field (#​446)
  • Fix json_schema!() macro compatibility when used from pre-2021 rust editions (#​447)

v1.0.2

Compare Source

Fixed
  • Fix schema properties being incorrectly reordered during serialization (#​444)

v1.0.1

Compare Source

Fixed
  • Deriving JsonSchema with no_std broken due to std::borrow::ToOwned trait not being in scope (#​441)

v1.0.0

Compare Source

This is a major release with many additions, fixes and changes since 0.8 (but not many since 0.9). While the basic usage (deriving JsonSchema and using schema_for!() or SchemaGenerator) is mostly unchanged, you may wish to consult the migration guide which covers some of the most significant changes.

Changes since 1.0.0-rc.2:

Added
  • #[schemars(bound = ...)] attributes are now used from fields as well as containers
  • The Schema::pointer(...) method now works when given a JSON pointer in URI Fragment representation with a leading # character. In particular, this means that you can now lookup a schema from a $ref value using that method.
Fixed
  • Schema names that contain special characters are now correctly encoded when used inside a $ref value (#​436)
  • Optimise type param usage in SchemaGenerator::subschema_for, reducing LLVM line count and improving compile times (#​439)

v0.9.0

Compare Source

This version is identical to 1.0.0-alpha.18, but is available for those who are unable to unwilling to use a pre-release version.

Those upgrading from Schemars 0.8 may want to consult the migration guide, which also applies when migrating from 0.8 to 0.9.

v0.8.22

Compare Source

Fixed:
  • Fix compatibility with rust 2024 edition (#​378)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@dd-octo-sts
Copy link
Contributor Author

dd-octo-sts bot commented Mar 5, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path libdd-crashtracker/Cargo.toml --package schemars@0.8.21 --precise 1.2.1
error: rustup could not choose a version of cargo to run, because one wasn't specified explicitly, and no default is configured.
help: run 'rustup default stable' to download the latest stable release of Rust and set it as your default toolchain.

@github-actions
Copy link

github-actions bot commented Mar 5, 2026

📚 Documentation Check Results

⚠️ 1024 documentation warning(s) found

📦 libdd-crashtracker - 1024 warning(s)


Updated: 2026-03-05 20:08:26 UTC | Commit: 6b6266a | missing-docs job results

@github-actions
Copy link

github-actions bot commented Mar 5, 2026

🔒 Cargo Deny Results

No issues found!

📦 libdd-crashtracker - ✅ No issues


Updated: 2026-03-05 20:08:41 UTC | Commit: 6b6266a | dependency-check job results

@pr-commenter
Copy link

pr-commenter bot commented Mar 5, 2026

Benchmarks

Comparison

Benchmark execution time: 2026-03-05 20:14:37

Comparing candidate commit cf6aac5 in PR branch engraver-auto-version-upgrade/renovate/schemars-1.x with baseline commit 412ae10 in branch main.

Found 3 performance improvements and 4 performance regressions! Performance is the same for 50 metrics, 2 unstable metrics.

scenario:credit_card/is_card_number/x371413321323331

  • 🟥 execution_time [+394.778ns; +399.602ns] or [+6.535%; +6.615%]
  • 🟥 throughput [-10279699.208op/s; -10149234.110op/s] or [-6.210%; -6.131%]

scenario:credit_card/is_card_number_no_luhn/x371413321323331

  • 🟥 execution_time [+392.055ns; +398.191ns] or [+6.488%; +6.590%]
  • 🟥 throughput [-10242229.264op/s; -10077749.321op/s] or [-6.189%; -6.089%]

scenario:normalization/normalize_name/normalize_name/good

  • 🟩 execution_time [-489.498ns; -470.155ns] or [-4.727%; -4.540%]
  • 🟩 throughput [+4597844.684op/s; +4788905.788op/s] or [+4.761%; +4.959%]

scenario:sql/obfuscate_sql_string

  • 🟩 execution_time [-3.777µs; -3.708µs] or [-4.208%; -4.130%]

Candidate

Candidate benchmark details

Group 1

cpu_model git_commit_sha git_commit_date git_branch
Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz cf6aac5 1772740740 engraver-auto-version-upgrade/renovate/schemars-1.x
scenario metric min mean ± sd median ± mad p75 p95 p99 max peak_to_median_ratio skewness kurtosis cv sem runs sample_size
concentrator/add_spans_to_concentrator execution_time 10.684ms 10.713ms ± 0.017ms 10.710ms ± 0.008ms 10.719ms 10.741ms 10.780ms 10.799ms 0.83% 1.939 6.384 0.15% 0.001ms 1 200
scenario metric 95% CI mean Shapiro-Wilk pvalue Ljung-Box pvalue (lag=1) Dip test pvalue
concentrator/add_spans_to_concentrator execution_time [10.710ms; 10.715ms] or [-0.022%; +0.022%] None None None

Group 2

cpu_model git_commit_sha git_commit_date git_branch
Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz cf6aac5 1772740740 engraver-auto-version-upgrade/renovate/schemars-1.x
scenario metric min mean ± sd median ± mad p75 p95 p99 max peak_to_median_ratio skewness kurtosis cv sem runs sample_size
credit_card/is_card_number/ execution_time 3.897µs 3.915µs ± 0.002µs 3.915µs ± 0.001µs 3.917µs 3.919µs 3.921µs 3.924µs 0.23% -1.620 13.984 0.06% 0.000µs 1 200
credit_card/is_card_number/ throughput 254827662.695op/s 255397728.505op/s ± 160843.439op/s 255407874.389op/s ± 84460.843op/s 255474816.570op/s 255623522.399op/s 255651222.375op/s 256586489.833op/s 0.46% 1.645 14.178 0.06% 11373.349op/s 1 200
credit_card/is_card_number/ 3782-8224-6310-005 execution_time 79.156µs 79.837µs ± 0.361µs 79.822µs ± 0.260µs 80.069µs 80.510µs 80.678µs 80.728µs 1.14% 0.408 -0.468 0.45% 0.026µs 1 200
credit_card/is_card_number/ 3782-8224-6310-005 throughput 12387261.177op/s 12525814.393op/s ± 56565.511op/s 12527922.528op/s ± 40763.754op/s 12569610.771op/s 12606551.514op/s 12630647.346op/s 12633217.783op/s 0.84% -0.389 -0.486 0.45% 3999.786op/s 1 200
credit_card/is_card_number/ 378282246310005 execution_time 72.923µs 73.702µs ± 0.395µs 73.601µs ± 0.230µs 73.945µs 74.496µs 74.874µs 75.004µs 1.91% 1.031 0.750 0.53% 0.028µs 1 200
credit_card/is_card_number/ 378282246310005 throughput 13332649.708op/s 13568529.142op/s ± 72309.462op/s 13586848.695op/s ± 42448.843op/s 13623315.977op/s 13653550.961op/s 13672686.579op/s 13713177.597op/s 0.93% -1.004 0.680 0.53% 5113.051op/s 1 200
credit_card/is_card_number/37828224631 execution_time 3.899µs 3.916µs ± 0.003µs 3.915µs ± 0.002µs 3.917µs 3.921µs 3.923µs 3.924µs 0.23% -0.430 3.667 0.08% 0.000µs 1 200
credit_card/is_card_number/37828224631 throughput 254828292.725op/s 255392274.344op/s ± 197747.705op/s 255406870.445op/s ± 119005.638op/s 255514943.398op/s 255655193.968op/s 255761280.206op/s 256473933.301op/s 0.42% 0.443 3.725 0.08% 13982.874op/s 1 200
credit_card/is_card_number/378282246310005 execution_time 69.803µs 70.395µs ± 0.423µs 70.281µs ± 0.237µs 70.596µs 71.216µs 71.710µs 71.924µs 2.34% 1.081 0.847 0.60% 0.030µs 1 200
credit_card/is_card_number/378282246310005 throughput 13903520.264op/s 14206158.069op/s ± 84823.928op/s 14228664.609op/s ± 48099.294op/s 14270244.417op/s 14308214.226op/s 14321443.198op/s 14325939.980op/s 0.68% -1.052 0.749 0.60% 5997.957op/s 1 200
credit_card/is_card_number/37828224631000521389798 execution_time 53.060µs 53.131µs ± 0.035µs 53.127µs ± 0.023µs 53.152µs 53.194µs 53.214µs 53.230µs 0.19% 0.498 -0.262 0.07% 0.002µs 1 200
credit_card/is_card_number/37828224631000521389798 throughput 18786564.843op/s 18821515.702op/s ± 12382.056op/s 18822760.801op/s ± 8147.162op/s 18830533.222op/s 18838768.258op/s 18843339.907op/s 18846536.146op/s 0.13% -0.495 -0.266 0.07% 875.544op/s 1 200
credit_card/is_card_number/x371413321323331 execution_time 6.430µs 6.438µs ± 0.004µs 6.437µs ± 0.002µs 6.441µs 6.444µs 6.446µs 6.456µs 0.28% 0.761 1.686 0.06% 0.000µs 1 200
credit_card/is_card_number/x371413321323331 throughput 154902129.067op/s 155329676.954op/s ± 91538.819op/s 155341211.119op/s ± 59255.085op/s 155393162.701op/s 155457899.521op/s 155518466.660op/s 155530739.139op/s 0.12% -0.755 1.664 0.06% 6472.772op/s 1 200
credit_card/is_card_number_no_luhn/ execution_time 3.902µs 3.916µs ± 0.003µs 3.916µs ± 0.002µs 3.918µs 3.920µs 3.922µs 3.923µs 0.16% -0.658 2.464 0.07% 0.000µs 1 200
credit_card/is_card_number_no_luhn/ throughput 254933166.386op/s 255355375.380op/s ± 177298.621op/s 255346134.767op/s ± 115634.801op/s 255474668.859op/s 255652844.498op/s 255722632.738op/s 256265845.412op/s 0.36% 0.667 2.502 0.07% 12536.906op/s 1 200
credit_card/is_card_number_no_luhn/ 3782-8224-6310-005 execution_time 64.939µs 65.146µs ± 0.135µs 65.112µs ± 0.072µs 65.212µs 65.382µs 65.571µs 65.735µs 0.96% 1.268 2.188 0.21% 0.010µs 1 200
credit_card/is_card_number_no_luhn/ 3782-8224-6310-005 throughput 15212523.898op/s 15350272.236op/s ± 31701.981op/s 15358250.134op/s ± 16902.850op/s 15372909.475op/s 15388574.522op/s 15397220.786op/s 15399031.401op/s 0.27% -1.252 2.122 0.21% 2241.669op/s 1 200
credit_card/is_card_number_no_luhn/ 378282246310005 execution_time 58.643µs 59.004µs ± 0.190µs 58.969µs ± 0.130µs 59.119µs 59.351µs 59.529µs 59.578µs 1.03% 0.746 0.112 0.32% 0.013µs 1 200
credit_card/is_card_number_no_luhn/ 378282246310005 throughput 16784727.478op/s 16948223.054op/s ± 54515.271op/s 16958135.514op/s ± 37298.395op/s 16991714.415op/s 17015291.558op/s 17038574.912op/s 17052374.664op/s 0.56% -0.731 0.081 0.32% 3854.812op/s 1 200
credit_card/is_card_number_no_luhn/37828224631 execution_time 3.895µs 3.915µs ± 0.003µs 3.915µs ± 0.002µs 3.917µs 3.920µs 3.922µs 3.923µs 0.19% -1.605 12.849 0.07% 0.000µs 1 200
credit_card/is_card_number_no_luhn/37828224631 throughput 254929273.097op/s 255408471.525op/s ± 182881.266op/s 255408236.917op/s ± 99267.330op/s 255515524.957op/s 255652812.510op/s 255727428.809op/s 256744648.749op/s 0.52% 1.632 13.064 0.07% 12931.658op/s 1 200
credit_card/is_card_number_no_luhn/378282246310005 execution_time 55.241µs 55.569µs ± 0.139µs 55.538µs ± 0.075µs 55.652µs 55.827µs 55.996µs 56.078µs 0.97% 0.979 1.223 0.25% 0.010µs 1 200
credit_card/is_card_number_no_luhn/378282246310005 throughput 17832184.875op/s 17995681.671op/s ± 45042.993op/s 18005772.653op/s ± 24299.894op/s 18027782.168op/s 18050339.792op/s 18075058.861op/s 18102359.793op/s 0.54% -0.963 1.178 0.25% 3185.021op/s 1 200
credit_card/is_card_number_no_luhn/37828224631000521389798 execution_time 53.073µs 53.142µs ± 0.058µs 53.134µs ± 0.024µs 53.158µs 53.214µs 53.328µs 53.607µs 0.89% 4.597 31.660 0.11% 0.004µs 1 200
credit_card/is_card_number_no_luhn/37828224631000521389798 throughput 18654247.083op/s 18817454.328op/s ± 20516.792op/s 18820184.539op/s ± 8510.253op/s 18828678.378op/s 18838667.985op/s 18841102.037op/s 18841797.687op/s 0.11% -4.556 31.238 0.11% 1450.756op/s 1 200
credit_card/is_card_number_no_luhn/x371413321323331 execution_time 6.429µs 6.437µs ± 0.005µs 6.437µs ± 0.003µs 6.440µs 6.447µs 6.450µs 6.451µs 0.23% 0.746 0.128 0.07% 0.000µs 1 200
credit_card/is_card_number_no_luhn/x371413321323331 throughput 155008943.437op/s 155339984.415op/s ± 112904.424op/s 155362402.299op/s ± 71987.562op/s 155421366.552op/s 155490321.258op/s 155526815.633op/s 155534615.209op/s 0.11% -0.742 0.122 0.07% 7983.548op/s 1 200
scenario metric 95% CI mean Shapiro-Wilk pvalue Ljung-Box pvalue (lag=1) Dip test pvalue
credit_card/is_card_number/ execution_time [3.915µs; 3.916µs] or [-0.009%; +0.009%] None None None
credit_card/is_card_number/ throughput [255375437.151op/s; 255420019.859op/s] or [-0.009%; +0.009%] None None None
credit_card/is_card_number/ 3782-8224-6310-005 execution_time [79.787µs; 79.887µs] or [-0.063%; +0.063%] None None None
credit_card/is_card_number/ 3782-8224-6310-005 throughput [12517974.957op/s; 12533653.829op/s] or [-0.063%; +0.063%] None None None
credit_card/is_card_number/ 378282246310005 execution_time [73.647µs; 73.757µs] or [-0.074%; +0.074%] None None None
credit_card/is_card_number/ 378282246310005 throughput [13558507.746op/s; 13578550.538op/s] or [-0.074%; +0.074%] None None None
credit_card/is_card_number/37828224631 execution_time [3.915µs; 3.916µs] or [-0.011%; +0.011%] None None None
credit_card/is_card_number/37828224631 throughput [255364868.414op/s; 255419680.274op/s] or [-0.011%; +0.011%] None None None
credit_card/is_card_number/378282246310005 execution_time [70.336µs; 70.453µs] or [-0.083%; +0.083%] None None None
credit_card/is_card_number/378282246310005 throughput [14194402.289op/s; 14217913.850op/s] or [-0.083%; +0.083%] None None None
credit_card/is_card_number/37828224631000521389798 execution_time [53.126µs; 53.136µs] or [-0.009%; +0.009%] None None None
credit_card/is_card_number/37828224631000521389798 throughput [18819799.668op/s; 18823231.736op/s] or [-0.009%; +0.009%] None None None
credit_card/is_card_number/x371413321323331 execution_time [6.437µs; 6.438µs] or [-0.008%; +0.008%] None None None
credit_card/is_card_number/x371413321323331 throughput [155316990.554op/s; 155342363.354op/s] or [-0.008%; +0.008%] None None None
credit_card/is_card_number_no_luhn/ execution_time [3.916µs; 3.916µs] or [-0.010%; +0.010%] None None None
credit_card/is_card_number_no_luhn/ throughput [255330803.497op/s; 255379947.264op/s] or [-0.010%; +0.010%] None None None
credit_card/is_card_number_no_luhn/ 3782-8224-6310-005 execution_time [65.127µs; 65.164µs] or [-0.029%; +0.029%] None None None
credit_card/is_card_number_no_luhn/ 3782-8224-6310-005 throughput [15345878.646op/s; 15354665.826op/s] or [-0.029%; +0.029%] None None None
credit_card/is_card_number_no_luhn/ 378282246310005 execution_time [58.977µs; 59.030µs] or [-0.045%; +0.045%] None None None
credit_card/is_card_number_no_luhn/ 378282246310005 throughput [16940667.762op/s; 16955778.346op/s] or [-0.045%; +0.045%] None None None
credit_card/is_card_number_no_luhn/37828224631 execution_time [3.915µs; 3.916µs] or [-0.010%; +0.010%] None None None
credit_card/is_card_number_no_luhn/37828224631 throughput [255383125.940op/s; 255433817.109op/s] or [-0.010%; +0.010%] None None None
credit_card/is_card_number_no_luhn/378282246310005 execution_time [55.550µs; 55.589µs] or [-0.035%; +0.035%] None None None
credit_card/is_card_number_no_luhn/378282246310005 throughput [17989439.146op/s; 18001924.197op/s] or [-0.035%; +0.035%] None None None
credit_card/is_card_number_no_luhn/37828224631000521389798 execution_time [53.134µs; 53.150µs] or [-0.015%; +0.015%] None None None
credit_card/is_card_number_no_luhn/37828224631000521389798 throughput [18814610.898op/s; 18820297.758op/s] or [-0.015%; +0.015%] None None None
credit_card/is_card_number_no_luhn/x371413321323331 execution_time [6.437µs; 6.438µs] or [-0.010%; +0.010%] None None None
credit_card/is_card_number_no_luhn/x371413321323331 throughput [155324336.948op/s; 155355631.882op/s] or [-0.010%; +0.010%] None None None

Group 3

cpu_model git_commit_sha git_commit_date git_branch
Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz cf6aac5 1772740740 engraver-auto-version-upgrade/renovate/schemars-1.x
scenario metric min mean ± sd median ± mad p75 p95 p99 max peak_to_median_ratio skewness kurtosis cv sem runs sample_size
single_flag_killswitch/rules-based execution_time 189.007ns 191.443ns ± 1.715ns 191.294ns ± 1.161ns 192.339ns 194.275ns 195.989ns 200.288ns 4.70% 1.177 2.759 0.89% 0.121ns 1 200
scenario metric 95% CI mean Shapiro-Wilk pvalue Ljung-Box pvalue (lag=1) Dip test pvalue
single_flag_killswitch/rules-based execution_time [191.206ns; 191.681ns] or [-0.124%; +0.124%] None None None

Group 4

cpu_model git_commit_sha git_commit_date git_branch
Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz cf6aac5 1772740740 engraver-auto-version-upgrade/renovate/schemars-1.x
scenario metric min mean ± sd median ± mad p75 p95 p99 max peak_to_median_ratio skewness kurtosis cv sem runs sample_size
two way interface execution_time 18.291µs 26.480µs ± 9.927µs 18.634µs ± 0.199µs 34.929µs 44.596µs 45.504µs 74.585µs 300.26% 1.008 1.162 37.40% 0.702µs 1 200
scenario metric 95% CI mean Shapiro-Wilk pvalue Ljung-Box pvalue (lag=1) Dip test pvalue
two way interface execution_time [25.104µs; 27.856µs] or [-5.196%; +5.196%] None None None

Group 5

cpu_model git_commit_sha git_commit_date git_branch
Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz cf6aac5 1772740740 engraver-auto-version-upgrade/renovate/schemars-1.x
scenario metric min mean ± sd median ± mad p75 p95 p99 max peak_to_median_ratio skewness kurtosis cv sem runs sample_size
write only interface execution_time 1.180µs 3.174µs ± 1.430µs 3.003µs ± 0.024µs 3.024µs 3.372µs 13.827µs 15.215µs 406.67% 7.520 57.134 44.94% 0.101µs 1 200
scenario metric 95% CI mean Shapiro-Wilk pvalue Ljung-Box pvalue (lag=1) Dip test pvalue
write only interface execution_time [2.976µs; 3.372µs] or [-6.244%; +6.244%] None None None

Group 6

cpu_model git_commit_sha git_commit_date git_branch
Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz cf6aac5 1772740740 engraver-auto-version-upgrade/renovate/schemars-1.x
scenario metric min mean ± sd median ± mad p75 p95 p99 max peak_to_median_ratio skewness kurtosis cv sem runs sample_size
sql/obfuscate_sql_string execution_time 85.582µs 86.031µs ± 0.165µs 86.022µs ± 0.047µs 86.071µs 86.123µs 86.299µs 88.035µs 2.34% 8.963 106.701 0.19% 0.012µs 1 200
scenario metric 95% CI mean Shapiro-Wilk pvalue Ljung-Box pvalue (lag=1) Dip test pvalue
sql/obfuscate_sql_string execution_time [86.008µs; 86.054µs] or [-0.027%; +0.027%] None None None

Group 7

cpu_model git_commit_sha git_commit_date git_branch
Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz cf6aac5 1772740740 engraver-auto-version-upgrade/renovate/schemars-1.x
scenario metric min mean ± sd median ± mad p75 p95 p99 max peak_to_median_ratio skewness kurtosis cv sem runs sample_size
normalization/normalize_service/normalize_service/A0000000000000000000000000000000000000000000000000... execution_time 534.264µs 535.080µs ± 0.474µs 535.009µs ± 0.251µs 535.270µs 535.877µs 536.327µs 538.324µs 0.62% 2.305 11.399 0.09% 0.033µs 1 200
normalization/normalize_service/normalize_service/A0000000000000000000000000000000000000000000000000... throughput 1857616.128op/s 1868880.916op/s ± 1651.078op/s 1869128.052op/s ± 876.690op/s 1869946.384op/s 1870955.500op/s 1871438.078op/s 1871732.794op/s 0.14% -2.284 11.224 0.09% 116.749op/s 1 200
normalization/normalize_service/normalize_service/Data🐨dog🐶 繋がっ⛰てて execution_time 389.629µs 390.261µs ± 0.274µs 390.269µs ± 0.184µs 390.455µs 390.688µs 390.817µs 390.977µs 0.18% -0.040 -0.401 0.07% 0.019µs 1 200
normalization/normalize_service/normalize_service/Data🐨dog🐶 繋がっ⛰てて throughput 2557696.994op/s 2562388.913op/s ± 1798.067op/s 2562332.226op/s ± 1211.191op/s 2563524.501op/s 2565297.790op/s 2566298.266op/s 2566545.868op/s 0.16% 0.044 -0.401 0.07% 127.143op/s 1 200
normalization/normalize_service/normalize_service/Test Conversion 0f Weird !@#$%^&**() Characters execution_time 195.225µs 195.677µs ± 0.178µs 195.676µs ± 0.125µs 195.805µs 195.957µs 196.085µs 196.183µs 0.26% -0.045 0.029 0.09% 0.013µs 1 200
normalization/normalize_service/normalize_service/Test Conversion 0f Weird !@#$%^&**() Characters throughput 5097287.773op/s 5110477.501op/s ± 4658.863op/s 5110497.015op/s ± 3257.062op/s 5113671.364op/s 5117765.130op/s 5122087.469op/s 5122283.050op/s 0.23% 0.050 0.028 0.09% 329.431op/s 1 200
normalization/normalize_service/normalize_service/[empty string] execution_time 36.818µs 37.066µs ± 0.119µs 37.059µs ± 0.093µs 37.157µs 37.260µs 37.312µs 37.366µs 0.83% 0.257 -0.806 0.32% 0.008µs 1 200
normalization/normalize_service/normalize_service/[empty string] throughput 26762081.140op/s 26978858.864op/s ± 86192.208op/s 26984078.216op/s ± 67639.742op/s 27048844.973op/s 27105650.319op/s 27130291.139op/s 27160955.339op/s 0.66% -0.246 -0.814 0.32% 6094.710op/s 1 200
normalization/normalize_service/normalize_service/test_ASCII execution_time 45.788µs 45.899µs ± 0.057µs 45.893µs ± 0.033µs 45.930µs 46.017µs 46.040µs 46.075µs 0.40% 0.684 0.271 0.12% 0.004µs 1 200
normalization/normalize_service/normalize_service/test_ASCII throughput 21703613.605op/s 21786899.774op/s ± 27023.073op/s 21789835.646op/s ± 15907.198op/s 21805465.900op/s 21824747.395op/s 21833530.614op/s 21839849.314op/s 0.23% -0.677 0.260 0.12% 1910.820op/s 1 200
scenario metric 95% CI mean Shapiro-Wilk pvalue Ljung-Box pvalue (lag=1) Dip test pvalue
normalization/normalize_service/normalize_service/A0000000000000000000000000000000000000000000000000... execution_time [535.014µs; 535.146µs] or [-0.012%; +0.012%] None None None
normalization/normalize_service/normalize_service/A0000000000000000000000000000000000000000000000000... throughput [1868652.093op/s; 1869109.740op/s] or [-0.012%; +0.012%] None None None
normalization/normalize_service/normalize_service/Data🐨dog🐶 繋がっ⛰てて execution_time [390.223µs; 390.299µs] or [-0.010%; +0.010%] None None None
normalization/normalize_service/normalize_service/Data🐨dog🐶 繋がっ⛰てて throughput [2562139.718op/s; 2562638.108op/s] or [-0.010%; +0.010%] None None None
normalization/normalize_service/normalize_service/Test Conversion 0f Weird !@#$%^&**() Characters execution_time [195.652µs; 195.701µs] or [-0.013%; +0.013%] None None None
normalization/normalize_service/normalize_service/Test Conversion 0f Weird !@#$%^&**() Characters throughput [5109831.828op/s; 5111123.175op/s] or [-0.013%; +0.013%] None None None
normalization/normalize_service/normalize_service/[empty string] execution_time [37.050µs; 37.083µs] or [-0.044%; +0.044%] None None None
normalization/normalize_service/normalize_service/[empty string] throughput [26966913.453op/s; 26990804.275op/s] or [-0.044%; +0.044%] None None None
normalization/normalize_service/normalize_service/test_ASCII execution_time [45.891µs; 45.907µs] or [-0.017%; +0.017%] None None None
normalization/normalize_service/normalize_service/test_ASCII throughput [21783154.636op/s; 21790644.912op/s] or [-0.017%; +0.017%] None None None

Group 8

cpu_model git_commit_sha git_commit_date git_branch
Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz cf6aac5 1772740740 engraver-auto-version-upgrade/renovate/schemars-1.x
scenario metric min mean ± sd median ± mad p75 p95 p99 max peak_to_median_ratio skewness kurtosis cv sem runs sample_size
ip_address/quantize_peer_ip_address_benchmark execution_time 5.030µs 5.094µs ± 0.040µs 5.082µs ± 0.029µs 5.120µs 5.170µs 5.176µs 5.179µs 1.90% 0.563 -0.736 0.78% 0.003µs 1 200
scenario metric 95% CI mean Shapiro-Wilk pvalue Ljung-Box pvalue (lag=1) Dip test pvalue
ip_address/quantize_peer_ip_address_benchmark execution_time [5.088µs; 5.099µs] or [-0.108%; +0.108%] None None None

Group 9

cpu_model git_commit_sha git_commit_date git_branch
Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz cf6aac5 1772740740 engraver-auto-version-upgrade/renovate/schemars-1.x
scenario metric min mean ± sd median ± mad p75 p95 p99 max peak_to_median_ratio skewness kurtosis cv sem runs sample_size
benching serializing traces from their internal representation to msgpack execution_time 14.159ms 14.212ms ± 0.031ms 14.208ms ± 0.013ms 14.221ms 14.275ms 14.316ms 14.433ms 1.59% 3.028 15.002 0.21% 0.002ms 1 200
scenario metric 95% CI mean Shapiro-Wilk pvalue Ljung-Box pvalue (lag=1) Dip test pvalue
benching serializing traces from their internal representation to msgpack execution_time [14.208ms; 14.217ms] or [-0.030%; +0.030%] None None None

Group 10

cpu_model git_commit_sha git_commit_date git_branch
Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz cf6aac5 1772740740 engraver-auto-version-upgrade/renovate/schemars-1.x
scenario metric min mean ± sd median ± mad p75 p95 p99 max peak_to_median_ratio skewness kurtosis cv sem runs sample_size
profile_add_sample_frames_x1000 execution_time 4.139ms 4.145ms ± 0.007ms 4.144ms ± 0.001ms 4.146ms 4.149ms 4.151ms 4.230ms 2.07% 11.089 141.366 0.16% 0.000ms 1 200
scenario metric 95% CI mean Shapiro-Wilk pvalue Ljung-Box pvalue (lag=1) Dip test pvalue
profile_add_sample_frames_x1000 execution_time [4.144ms; 4.146ms] or [-0.022%; +0.022%] None None None

Group 11

cpu_model git_commit_sha git_commit_date git_branch
Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz cf6aac5 1772740740 engraver-auto-version-upgrade/renovate/schemars-1.x
scenario metric min mean ± sd median ± mad p75 p95 p99 max peak_to_median_ratio skewness kurtosis cv sem runs sample_size
benching deserializing traces from msgpack to their internal representation execution_time 48.618ms 49.002ms ± 1.178ms 48.853ms ± 0.070ms 48.920ms 49.071ms 55.700ms 61.583ms 26.06% 8.585 78.110 2.40% 0.083ms 1 200
scenario metric 95% CI mean Shapiro-Wilk pvalue Ljung-Box pvalue (lag=1) Dip test pvalue
benching deserializing traces from msgpack to their internal representation execution_time [48.839ms; 49.166ms] or [-0.333%; +0.333%] None None None

Group 12

cpu_model git_commit_sha git_commit_date git_branch
Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz cf6aac5 1772740740 engraver-auto-version-upgrade/renovate/schemars-1.x
scenario metric min mean ± sd median ± mad p75 p95 p99 max peak_to_median_ratio skewness kurtosis cv sem runs sample_size
redis/obfuscate_redis_string execution_time 33.676µs 34.100µs ± 0.728µs 33.774µs ± 0.046µs 33.847µs 35.613µs 35.687µs 37.392µs 10.71% 1.872 2.235 2.13% 0.051µs 1 200
scenario metric 95% CI mean Shapiro-Wilk pvalue Ljung-Box pvalue (lag=1) Dip test pvalue
redis/obfuscate_redis_string execution_time [33.999µs; 34.201µs] or [-0.296%; +0.296%] None None None

Group 13

cpu_model git_commit_sha git_commit_date git_branch
Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz cf6aac5 1772740740 engraver-auto-version-upgrade/renovate/schemars-1.x
scenario metric min mean ± sd median ± mad p75 p95 p99 max peak_to_median_ratio skewness kurtosis cv sem runs sample_size
receiver_entry_point/report/2597 execution_time 3.093ms 3.131ms ± 0.029ms 3.122ms ± 0.006ms 3.130ms 3.206ms 3.233ms 3.244ms 3.92% 2.248 4.454 0.92% 0.002ms 1 200
scenario metric 95% CI mean Shapiro-Wilk pvalue Ljung-Box pvalue (lag=1) Dip test pvalue
receiver_entry_point/report/2597 execution_time [3.127ms; 3.135ms] or [-0.128%; +0.128%] None None None

Group 14

cpu_model git_commit_sha git_commit_date git_branch
Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz cf6aac5 1772740740 engraver-auto-version-upgrade/renovate/schemars-1.x
scenario metric min mean ± sd median ± mad p75 p95 p99 max peak_to_median_ratio skewness kurtosis cv sem runs sample_size
sdk_test_data/rules-based execution_time 144.124µs 146.059µs ± 1.743µs 145.757µs ± 0.601µs 146.432µs 147.857µs 152.326µs 162.472µs 11.47% 5.320 41.553 1.19% 0.123µs 1 200
scenario metric 95% CI mean Shapiro-Wilk pvalue Ljung-Box pvalue (lag=1) Dip test pvalue
sdk_test_data/rules-based execution_time [145.818µs; 146.301µs] or [-0.165%; +0.165%] None None None

Group 15

cpu_model git_commit_sha git_commit_date git_branch
Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz cf6aac5 1772740740 engraver-auto-version-upgrade/renovate/schemars-1.x
scenario metric min mean ± sd median ± mad p75 p95 p99 max peak_to_median_ratio skewness kurtosis cv sem runs sample_size
profile_add_sample2_frames_x1000 execution_time 728.921µs 730.704µs ± 0.808µs 730.691µs ± 0.541µs 731.231µs 732.033µs 732.718µs 734.069µs 0.46% 0.391 0.808 0.11% 0.057µs 1 200
scenario metric 95% CI mean Shapiro-Wilk pvalue Ljung-Box pvalue (lag=1) Dip test pvalue
profile_add_sample2_frames_x1000 execution_time [730.592µs; 730.816µs] or [-0.015%; +0.015%] None None None

Group 16

cpu_model git_commit_sha git_commit_date git_branch
Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz cf6aac5 1772740740 engraver-auto-version-upgrade/renovate/schemars-1.x
scenario metric min mean ± sd median ± mad p75 p95 p99 max peak_to_median_ratio skewness kurtosis cv sem runs sample_size
benching string interning on wordpress profile execution_time 161.782µs 162.600µs ± 0.309µs 162.585µs ± 0.164µs 162.727µs 163.053µs 163.286µs 164.935µs 1.45% 2.162 15.267 0.19% 0.022µs 1 200
scenario metric 95% CI mean Shapiro-Wilk pvalue Ljung-Box pvalue (lag=1) Dip test pvalue
benching string interning on wordpress profile execution_time [162.557µs; 162.643µs] or [-0.026%; +0.026%] None None None

Group 17

cpu_model git_commit_sha git_commit_date git_branch
Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz cf6aac5 1772740740 engraver-auto-version-upgrade/renovate/schemars-1.x
scenario metric min mean ± sd median ± mad p75 p95 p99 max peak_to_median_ratio skewness kurtosis cv sem runs sample_size
tags/replace_trace_tags execution_time 2.360µs 2.406µs ± 0.012µs 2.407µs ± 0.006µs 2.413µs 2.425µs 2.428µs 2.432µs 1.03% -0.755 1.619 0.48% 0.001µs 1 200
scenario metric 95% CI mean Shapiro-Wilk pvalue Ljung-Box pvalue (lag=1) Dip test pvalue
tags/replace_trace_tags execution_time [2.404µs; 2.408µs] or [-0.066%; +0.066%] None None None

Group 18

cpu_model git_commit_sha git_commit_date git_branch
Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz cf6aac5 1772740740 engraver-auto-version-upgrade/renovate/schemars-1.x
scenario metric min mean ± sd median ± mad p75 p95 p99 max peak_to_median_ratio skewness kurtosis cv sem runs sample_size
normalization/normalize_trace/test_trace execution_time 241.991ns 253.957ns ± 13.979ns 247.736ns ± 3.212ns 256.487ns 285.797ns 302.436ns 303.374ns 22.46% 1.937 3.200 5.49% 0.988ns 1 200
scenario metric 95% CI mean Shapiro-Wilk pvalue Ljung-Box pvalue (lag=1) Dip test pvalue
normalization/normalize_trace/test_trace execution_time [252.020ns; 255.895ns] or [-0.763%; +0.763%] None None None

Group 19

cpu_model git_commit_sha git_commit_date git_branch
Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz cf6aac5 1772740740 engraver-auto-version-upgrade/renovate/schemars-1.x
scenario metric min mean ± sd median ± mad p75 p95 p99 max peak_to_median_ratio skewness kurtosis cv sem runs sample_size
normalization/normalize_name/normalize_name/Too-Long-.Too-Long-.Too-Long-.Too-Long-.Too-Long-.Too-Lo... execution_time 185.697µs 186.149µs ± 0.256µs 186.087µs ± 0.133µs 186.260µs 186.633µs 187.155µs 187.566µs 0.79% 1.872 6.121 0.14% 0.018µs 1 200
normalization/normalize_name/normalize_name/Too-Long-.Too-Long-.Too-Long-.Too-Long-.Too-Long-.Too-Lo... throughput 5331457.371op/s 5372053.272op/s ± 7382.313op/s 5373827.271op/s ± 3837.673op/s 5376643.271op/s 5380942.008op/s 5382993.055op/s 5385131.114op/s 0.21% -1.854 6.009 0.14% 522.008op/s 1 200
normalization/normalize_name/normalize_name/bad-name execution_time 17.166µs 17.465µs ± 0.130µs 17.457µs ± 0.082µs 17.538µs 17.716µs 17.800µs 17.832µs 2.14% 0.572 0.173 0.74% 0.009µs 1 200
normalization/normalize_name/normalize_name/bad-name throughput 56080095.572op/s 57261540.125op/s ± 424817.023op/s 57282411.742op/s ± 268929.124op/s 57568459.602op/s 57860207.033op/s 58000360.640op/s 58256372.097op/s 1.70% -0.531 0.117 0.74% 30039.100op/s 1 200
normalization/normalize_name/normalize_name/good execution_time 9.825µs 9.876µs ± 0.057µs 9.846µs ± 0.009µs 9.899µs 10.000µs 10.051µs 10.064µs 2.22% 1.497 1.139 0.57% 0.004µs 1 200
normalization/normalize_name/normalize_name/good throughput 99363770.765op/s 101258789.658op/s ± 576297.901op/s 101565923.418op/s ± 90616.103op/s 101630926.139op/s 101684500.036op/s 101709805.156op/s 101777560.515op/s 0.21% -1.482 1.078 0.57% 40750.415op/s 1 200
scenario metric 95% CI mean Shapiro-Wilk pvalue Ljung-Box pvalue (lag=1) Dip test pvalue
normalization/normalize_name/normalize_name/Too-Long-.Too-Long-.Too-Long-.Too-Long-.Too-Long-.Too-Lo... execution_time [186.113µs; 186.184µs] or [-0.019%; +0.019%] None None None
normalization/normalize_name/normalize_name/Too-Long-.Too-Long-.Too-Long-.Too-Long-.Too-Long-.Too-Lo... throughput [5371030.154op/s; 5373076.389op/s] or [-0.019%; +0.019%] None None None
normalization/normalize_name/normalize_name/bad-name execution_time [17.447µs; 17.483µs] or [-0.103%; +0.103%] None None None
normalization/normalize_name/normalize_name/bad-name throughput [57202664.571op/s; 57320415.678op/s] or [-0.103%; +0.103%] None None None
normalization/normalize_name/normalize_name/good execution_time [9.868µs; 9.884µs] or [-0.080%; +0.080%] None None None
normalization/normalize_name/normalize_name/good throughput [101178920.311op/s; 101338659.004op/s] or [-0.079%; +0.079%] None None None

Baseline

Omitted due to size.

gh-worker-dd-mergequeue-cf854d bot pushed a commit that referenced this pull request Mar 9, 2026
… updates (#1688)

# What does this PR do?

ADMS opens auto-generated PRs to update dependencies. None of the PRs properly compile. Rust is not listed as officially supported. The common components team monitors dependabot issues for security updates. These PRs just create noise and unnecessary work. 

examples: 

#1665 
#1666
#1667
#1668
#1669
#1670
#1671
#1672
#1673
#1674 

# Motivation

What inspired you to submit this pull request?

# Additional Notes

Anything else we should know when reviewing?

# How to test the change?

Describe here in detail how the change can be validated.


Co-authored-by: edmund.kump <edmund.kump@datadoghq.com>
@ekump ekump closed this Mar 9, 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.

1 participant