Skip to content

Commit

Permalink
benchmany: add tool header
Browse files Browse the repository at this point in the history
  • Loading branch information
aclements committed Mar 20, 2017
1 parent ed1eb8a commit ea4b923
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmany/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ func writeHeader(w io.Writer) {
fmt.Fprintf(w, "cpu: %s\n", string(subs[1]))
}
}

fmt.Fprintf(w, "tool: benchmany\n")
}

func runStats(commits []*commitInfo) (doneIters, totalIters, partialCommits, doneCommits, failedCommits int) {
Expand Down

0 comments on commit ea4b923

Please sign in to comment.