Skip to content

Commit

Permalink
Merge pull request cockroachdb#16816 from tamird/bench-remove-name
Browse files Browse the repository at this point in the history
cmd/benchmark: don't upload "name"
  • Loading branch information
tamird authored Jun 30, 2017
2 parents 6e89e2d + ecfb8fd commit b3d4c20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/cmd/benchmark/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,10 @@ func do(ctx context.Context) error {

if _, err := fmt.Fprintf(
buffer,
"commit: %s\ncommit-time: %s\nbranch: %s\nname: %s\niteration: %d\nstart-time: %s\n",
"commit: %s\ncommit-time: %s\nbranch: %s\niteration: %d\nstart-time: %s\n",
commit,
commitTime,
"master",
"nightly",
i,
timeutil.Now().UTC().Format(time.RFC3339),
); err != nil {
Expand Down

0 comments on commit b3d4c20

Please sign in to comment.