Conversation
⏱️ Benchmark Resultsgatsby install-full-cold
📊 Raw benchmark data (gatsby install-full-cold)Base times: 2.410s, 2.428s, 2.377s, 2.413s, 2.390s, 2.453s, 2.397s, 2.456s, 2.376s, 2.377s, 2.399s, 2.400s, 2.416s, 2.362s, 2.399s, 2.464s, 2.391s, 2.374s, 2.412s, 2.447s, 2.458s, 2.409s, 2.375s, 2.401s, 2.398s, 2.403s, 2.395s, 2.397s, 2.352s, 2.377s Head times: 2.666s, 2.605s, 2.416s, 2.426s, 2.452s, 2.464s, 2.441s, 2.447s, 2.469s, 2.481s, 2.455s, 2.419s, 2.423s, 2.469s, 2.389s, 2.428s, 2.424s, 2.457s, 2.412s, 2.406s, 2.443s, 2.413s, 2.413s, 2.416s, 2.405s, 2.422s, 2.420s, 2.469s, 2.400s, 2.388s gatsby install-cache-and-lock (warm, with lockfile)
📊 Raw benchmark data (gatsby install-cache-and-lock (warm, with lockfile))Base times: 0.331s, 0.334s, 0.330s, 0.330s, 0.331s, 0.335s, 0.339s, 0.333s, 0.334s, 0.343s, 0.340s, 0.333s, 0.335s, 0.338s, 0.335s, 0.336s, 0.333s, 0.334s, 0.341s, 0.383s, 0.348s, 0.354s, 0.348s, 0.333s, 0.337s, 0.335s, 0.334s, 0.335s, 0.335s, 0.331s Head times: 0.331s, 0.329s, 0.329s, 0.344s, 0.329s, 0.332s, 0.344s, 0.332s, 0.334s, 0.336s, 0.343s, 0.338s, 0.333s, 0.335s, 0.343s, 0.343s, 0.339s, 0.334s, 0.337s, 0.342s, 0.339s, 0.339s, 0.336s, 0.339s, 0.337s, 0.334s, 0.336s, 0.333s, 0.336s, 0.334s |
Note
Medium Risk
Large
Cargo.lockrefresh bumping core networking/runtime crates (e.g.,tokio,hyper,rustls) could introduce subtle behavior/regression changes despite no direct code modifications.Overview
Updates
Cargo.lockwith broad dependency version bumps across the workspace, including major upgrades in core libraries liketokio,hyper,clap,futures, andrustls.The lockfile also shifts several transitive dependencies (e.g., consolidating
socket2, updatingwindows-sys, and adding new crates likewindows-registry,konst,plain, and an additionalwit-bindgenversion), reflecting a new resolved dependency graph.Reviewed by Cursor Bugbot for commit 7785986. Bugbot is set up for automated code reviews on this repo. Configure here.