perf/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
analysis | Deprecated: Moved to golang.org/x/build/perf. |
analysis/app | Package app implements the performance data analysis server. |
analysis/appengine | This binary contains an App Engine app for perf.golang.org |
analysis/localperf | Localperf runs an HTTP server for benchmark analysis. |
benchfmt | Package benchfmt provides a high-performance reader and writer for the Go benchmark format. |
benchfmt/internal | |
benchmath | Package benchmath provides tools for computing statistics over distributions of benchmark measurements. |
benchproc | Package benchproc provides tools for filtering, grouping, and sorting benchmark results. |
benchproc/internal | |
benchproc/syntax | Package syntax documents the syntax used by benchmark filter and projection expressions. |
benchseries | The benchseries package generates performance differentials and analysis tailored to the output of tools and benchmarks in golang.org/x/benchmarks. |
benchstat | Package benchstat is deprecated. |
benchunit | Package benchunit manipulates benchmark units and formats numbers in those units. |
cmd | |
cmd/benchfilter | benchfilter reads Go benchmark results from input files, filters them, and writes filtered benchmark results to stdout. |
cmd/benchsave | Benchsave uploads benchmark results to a storage server. |
cmd/benchseries | |
cmd/benchstat | Benchstat computes statistical summaries and A/B comparisons of Go benchmarks. |
cmd/benchstat/internal | |
internal | |
storage | Package storage contains a client for the performance data storage server. |
storage/app | Package app implements the performance data storage server. |
storage/appengine | This binary contains an App Engine app for perfdata.golang.org |
storage/benchfmt | Package benchfmt provides readers and writers for the Go benchmark format. |
storage/db | Package db provides the high-level database interface for the storage app. |
storage/db/dbtest | |
storage/db/sqlite3 | Package sqlite3 provides the sqlite3 driver for x/perf/storage/db. |
storage/fs | Package fs provides a backend-agnostic filesystem layer for storing performance results. |
storage/fs/gcs | Package gcs implements the fs.FS interface using Google Cloud Storage. |
storage/fs/local | Package local implements the fs.FS interface using local files. |
storage/localperfdata | Localperfdata runs an HTTP server for benchmark storage. |
storage/query | Package query provides tools for parsing a query. |
- Version
- v0.0.0-20250214215153-c95ad7d5b636 (latest)
- Published
- Feb 14, 2025
- Platform
- linux/amd64
- Last checked
- 1 week ago –
Tools for package owners.