Path | Synopsis |
---|---|
analysis/app | Package app implements the performance data analysis server. |
analysis/localperf | Localperf runs an HTTP server for benchmark analysis. |
benchstat | |
cmd/benchsave | Benchsave uploads benchmark results to a storage server. |
cmd/benchstat | Benchstat computes and compares statistics about benchmarks. |
internal/basedir | Package basedir finds templates and static files associated with a binary. |
internal/diff | |
internal/stats | Package stats implements several statistical distributions, hypothesis tests, and functions for descriptive statistics. |
storage | Package storage contains a client for the performance data storage server. |
storage/app | Package app implements the performance data storage server. |
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. |
Updated 2018-04-13. Refresh now. Tools for package owners.