)]}' { "commit": "8678661d1aaab92a4ef3262289a731dc32222a7f", "tree": "5d6376ee98de42e3c65f4218f3d6bae2cfc70792", "parents": [ "9c56d3880240622dd1a796de3028bbc97818e8c4" ], "author": { "name": "Brad Fitzpatrick", "email": "bradfitz@golang.org", "time": "Fri Apr 05 15:15:22 2019 +0000" }, "committer": { "name": "Brad Fitzpatrick", "email": "bradfitz@golang.org", "time": "Fri Apr 05 15:22:55 2019 +0000" }, "message": "driver: fix build on solaris\n\nSolaris has syscall.Rusage but not syscall.Getrusage.\n\nSo use golang.org/x/sys/unix for Getrusage instead, which requires\nusing the unix.Rusage type more. But we still need to use the syscall\ntype in one place too, which requires converting from the std to unix\ntype. Little gross, but works.\n\nChange-Id: I7176062f1325cbb808e5f0ef481be966d94c1ac0\nReviewed-on: https://go-review.googlesource.com/c/benchmarks/+/170785\nRun-TryBot: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Tobias Klauser \u003ctobias.klauser@gmail.com\u003e\n", "tree_diff": [ { "type": "rename", "old_id": "51020f5bf5ac7bd0357adf19e2223c824f7cdbd9", "old_mode": 33188, "old_path": "driver/driver_bsd.go", "new_id": "d964039148b4b4d11205cbee0e0371a048a38232", "new_mode": 33188, "new_path": "driver/driver_stub.go", "score": 90 }, { "type": "modify", "old_id": "797e5d7c857a0fa0a4e31b200ae1561099d10121", "old_mode": 33188, "old_path": "driver/driver_unix.go", "new_id": "76c546320b30e91ebacf7bc78b039386a3927853", "new_mode": 33188, "new_path": "driver/driver_unix.go" } ] }