shollyman
90d · built 2026-09-10
Performance
What shollyman shipped in the selected window, measured in ETV, and how it compares with the 90 days before it.
Effective capacity
−0.5engineers
delivers like 0.5 (0.5x pre-AI)
Output (ETV)
0.8ETV
−15.5% vs 1.0 prior
Features share
52.4%
+42.1 pp vs prior window
Fixes share
18.3%
+13.1 pp vs prior window
Work mix
52.4% Features11% Maintenance9.8% Tests8.5% Docs18.3% Fixes
32 commits over 90 days, ending 2026-09-10.
Daily performance
Daily ETV, stacked by Features, Maintenance, Tests, Docs and Fixes.
Repository spread
Where this developer's commits land. Concentrated work (top1 > 80%) vs polymath spread (top1 < 30%).
| Repo | Commits | ETV |
|---|---|---|
| google-cloud-go | 24 | 0.8 |
Most impactful commits
Top 10 by ETV in the last 90 days.
- 0.4ETVchore: begin migrating away from info.go files (#20020) This PR is the first set of transitions away from handwritten info.go files (used by handwritten clients) towards generating the exported SetGoogleClientInfo functions directly in the client. This allows us to remove the handwritten info.go files. This PR also removes the shell script used to generate new info.go files. related: internal b/489495186github.com-googleapis-google-cloud-go · 0bbd7013 · 2026-06-18
- 0.1ETVfix(bigquery): improve random ID generation in bigquery (#20111) This moves from math/rand to crypto/rand for the random value producer. It also removes some cruft. Hat tip to jba@ for forwarding this one on. Related: internal b/532634700 --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>github.com-googleapis-google-cloud-go · ee8d3e12 · 2026-07-09
- 0.1ETVfeat: add a basic go module validator tool (#20106) This PR creates a very simple go module validation tool to help us maintain the property of all packages should support some minimum go version. There's a couple of followup items of work here: * wiring this up into a github action so we can see when the invariant is violated * defining an exception mechanism if/when we decide one is warranted I'm deferring these items while I clean up the rest of the violations.github.com-googleapis-google-cloud-go · 5a1b586e · 2026-07-08
- 0.1ETVfix(firestore): use higher precision for read times (#20068) The implementation for snapshot reads snapped precision to the nearest second. This change switches the conversion code so that full precision is maintained. Related: internal b/528409928github.com-googleapis-google-cloud-go · 61471b86 · 2026-06-30
- 0.0ETVdocs(pubsub): correct MIGRATING.md refs (#20315) Based on PR 14629, corrects links to the new pubsub/v2github.com-googleapis-google-cloud-go · 5610f2bf · 2026-08-04
- 0.0ETVchore: wire up mod validation action (#20125) Following up on PR#20106, this change invokes the new validator that runs on all pull requests that touch go.mod files.github.com-googleapis-google-cloud-go · 8eb3be67 · 2026-07-09
- 0.0ETVchore: only invoke flakybot for nightly (#20457) related: b/555857556github.com-googleapis-google-cloud-go · 88e59ab8 · 2026-09-02
- 0.0ETVtest(firestore): fix another readtime clamping expectation (#20074)github.com-googleapis-google-cloud-go · ad72e9e4 · 2026-07-01
- 0.0ETVtest(compute): skip problematic compute smoke tests (#19989) Skip problematic tests. I tried a simple refactor of the test to limit iteration, but we get the error on the first response. So, skipping these to staunch the bleeding for now. related: internal b/524324270github.com-googleapis-google-cloud-go · 2b370d40 · 2026-06-16
- 0.0ETVchore(spanner/benchmarks): cleanup local replace directive (#20316) The use of a local, relative replace directive in the spanner/benchmarks module causes persistent issues with automated dependency updates due to partial propagation when dependencies in the spanner module receive updates. This PR removes out the replace directive, and adds a brief note to README.md describing how to enable local testing. It wasn't clear from the PR that introduced this change that the change meant to be persistent. Fixes: https://github.com/googleapis/google-cloud-go/issues/19926github.com-googleapis-google-cloud-go · 54423079 · 2026-08-06