On 2013/12/04 03:10:40, adg wrote:
> BenchmarkPending?
It was irritating me as well.
It's not a temporal property of a commit, so I think BenchmarkPending is
a bad name. E.g. when a new benchmark is added, all commits need
benchmarking again. PerfTodo tracks pending benchmarks.
I've renamed it to NeedsBenchmarking.
On 2013/12/04 03:10:40, adg wrote:
> s/PerfBenchmarks/PerfResults/
Done.
On 2013/12/04 03:10:40, adg wrote:
> commitNum
Done.
On 2013/12/04 03:10:40, adg wrote:
> startCommitNum, n int
Done.
On 2013/12/04 03:10:40, adg wrote:
> Shouldn't this be a descendant of Commit?
Everything else here is descendant of Package, including Result which is
the same as PerfResult in this regard. I've done the same.
Maybe it does not matter lot on our scale.
On 2013/12/04 03:10:40, adg wrote:
> lowercase args please, here and elsewhere
Done.
https://codereview.appspot.com/35480043/