)]}'
{
  "commit": "59f79bc30dbc9df5729b0a4de487f5cc4cfd0bab",
  "tree": "e596b5bb529fad338a557e4564af7c42a43d637b",
  "parents": [
    "70e82e0134468899a5bbaf19ba5a0518451f26a3"
  ],
  "author": {
    "name": "xieyuschen",
    "email": "xieyuschen@gmail.com",
    "time": "Tue Oct 29 19:31:09 2024 +0800"
  },
  "committer": {
    "name": "Gopher Robot",
    "email": "gobot@golang.org",
    "time": "Tue Oct 29 19:27:43 2024 +0000"
  },
  "message": "go/ssa: speed up TestTypeparamTest by loading tests once\n\nPreviously, TestTypeparamTest constructs a go module for each file\nunder test/typeparam and uses packages.Load to load it. However, the\npackages.Load utilizes the \u0027go list\u0027 underlying and it costs a lot.\nAs a result, this made the test 50x slower.\n\nThis change tries to put each file under a separated package\nin the same go module so \u0027go list\u0027 will be used only once.\n\nIt supports to skip the test if the test/typeparam under GOROOT doesn\u0027t\nexist.\n\nFixes golang/go#70078\n\nChange-Id: I2953709236602f1f6d0b53457ef21bb83561e656\nReviewed-on: https://go-review.googlesource.com/c/tools/+/623135\nReviewed-by: Alan Donovan \u003cadonovan@google.com\u003e\nReviewed-by: Robert Findley \u003crfindley@google.com\u003e\nAuto-Submit: Alan Donovan \u003cadonovan@google.com\u003e\nLUCI-TryBot-Result: Go LUCI \u003cgolang-scoped@luci-project-accounts.iam.gserviceaccount.com\u003e\nReviewed-by: Richard Miller \u003cmillerresearch@gmail.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "a38186dfa518bd19609082c9df10378cde02b8fd",
      "old_mode": 33188,
      "old_path": "go/ssa/builder_test.go",
      "new_id": "f001fffb4092bf52526993e56b917d1a203c51e5",
      "new_mode": 33188,
      "new_path": "go/ssa/builder_test.go"
    }
  ]
}
