commit | db86f40935fc1c0c33434e81316ec51aaee12414 | [log] [tgz] |
---|---|---|
author | Michael Pratt <mpratt@google.com> | Mon Apr 04 12:12:23 2022 -0400 |
committer | Michael Pratt <mpratt@google.com> | Mon Apr 04 17:29:10 2022 +0000 |
tree | 540e052c0a9722f4c5063e2a279bc4ced4aed7ee | |
parent | 0625e007bf107ed07ba6f0b91a95472fc542d4f5 [diff] |
benchseries: drop unused argument to AddSummaries For golang/go#48803. Change-Id: I0a7b954d7a040476f197b33f91846f38ba46ee4c Reviewed-on: https://go-review.googlesource.com/c/perf/+/398034 Reviewed-by: David Chase <drchase@google.com> Trust: Michael Pratt <mpratt@google.com> Run-TryBot: Michael Pratt <mpratt@google.com>
This subrepository holds tools and packages for analyzing Go benchmark results, such as the output of testing package benchmarks.
This subrepository contains command-line tools for analyzing benchmark result data.
cmd/benchstat computes statistical summaries and A/B comparisons of Go benchmarks.
cmd/benchsave publishes benchmark results to perf.golang.org.
To install all of these commands, run go install golang.org/x/perf/cmd/...@latest
. You can also git clone https://go.googlesource.com/perf
and run go install ./cmd/...
in the checkout.
Underlying the above tools are several packages for working with benchmark data. These are designed to work together, but can also be used independently.
benchfmt reads and writes the Go benchmark format.
benchunit manipulates benchmark units and formats numbers in those units.
benchproc provides tools for filtering, grouping, and sorting benchmark results.
benchmath provides tools for computing statistics over distributions of benchmark measurements.
The following packages are deprecated and no longer supported:
storage contains a deprecated version of the https://perfdata.golang.org/ benchmark result storage system. These packages have moved to https://golang.org/x/build.
analysis contains a deprecated version of the https://perf.golang.org/ benchmark result analysis system. These packages have moved to https://golang.org/x/build.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the perf repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/perf:” in the subject line, so it is easy to find.