)]}'
{
  "commit": "90d013bbcef8e15b6f78023a0e3b996267153e7d",
  "tree": "a4c148179727ef53f246881c301baf0792af5f31",
  "parents": [
    "f0f3c7e86c11ca8f8b99d970e28445dda0b41195"
  ],
  "author": {
    "name": "Bryan C. Mills",
    "email": "bcmills@google.com",
    "time": "Fri Feb 04 14:43:00 2022 -0500"
  },
  "committer": {
    "name": "Sameer Ajmani",
    "email": "sameer@golang.org",
    "time": "Thu Feb 10 22:46:13 2022 +0000"
  },
  "message": "rate: allow for more timing slop in TestWaitSimple\n\nThe \u0027d\u0027 constant is intentionally set fairly long to allow for builder\njitter; however, dFromDuration previously hard-coded only 1ms of\ndownward timing slop.\n\nThat slop can be introduced due to time spent between the call to\nWaitN in the previous runWait and the call to time.Now in the current\nrunWait, and empirically may be a bit larger than 1ms on certain\nbuilders (especially the android-amd64-emu builders, which also have\nmore clock drift than many other platforms; see golang/go#42513).\n\nIn addition, on some BSD platforms the slop in the upward direction\nmay actually be longer than d no matter how generously d is set. That\nappears to be a platform bug (see golang/go#50189).\n\nThis change adjusts dFromDuration to round to the nearest d instead of\nbiasing in one direction or the other, and allows an additional factor\nof slop on the affected BSD platforms.\n\nFixes #44067\n\nChange-Id: Id4c073bee545be2291ad98158d764e19db0160cb\nReviewed-on: https://go-review.googlesource.com/c/time/+/383175\nTrust: Benny Siegert \u003cbsiegert@gmail.com\u003e\nReviewed-by: Sameer Ajmani \u003csameer@golang.org\u003e\nTrust: Bryan Mills \u003cbcmills@google.com\u003e\nRun-TryBot: Bryan Mills \u003cbcmills@google.com\u003e\nTryBot-Result: Gopher Robot \u003cgobot@golang.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "93a3378234547e99ba779ea2a36c9e03cfe47e8a",
      "old_mode": 33188,
      "old_path": "rate/rate_test.go",
      "new_id": "1ca3711bc7d2d9639b2b2e903d5154e937e27813",
      "new_mode": 33188,
      "new_path": "rate/rate_test.go"
    }
  ]
}
