commit | 9f20d8c1983155428edf49b3f12ea85580740f91 | [log] [tgz] |
---|---|---|
author | Dominik Honnef <dominik@honnef.co> | Fri Jan 09 09:47:44 2015 +0100 |
committer | Rob Pike <r@golang.org> | Thu Jan 15 01:28:17 2015 +0000 |
tree | 796b80b67c880cbe96ad666b7e01f6a78bdb0d8a | |
parent | d272cc0504d044205c5de2943a4cd53110371dd9 [diff] |
benchmark/parser, cmd/benchcmp: improve names of exported identifiers Most of the names have been brought in line with the names used in testing/BenchmarkResult. For example, NsOp becomes NsPerOp. Additionally, "Bench" becomes "Benchmark" and "BenchSet" becomes "Set". Change-Id: I7dfca68a804e285a87ab9692b5bb99ccb676da7f Reviewed-on: https://go-review.googlesource.com/2610 Reviewed-by: Rob Pike <r@golang.org>