# Packages
Package app implements the performance data storage server.
This binary contains an App Engine app for perfdata.golang.org.
Package benchfmt provides readers and writers for the Go benchmark format.
Package db provides the high-level database interface for the storage app.
Package fs provides a backend-agnostic filesystem layer for storing performance results.
Package query provides tools for parsing a query.
# Structs
A Client issues queries to a performance data storage server.
A Query allows iteration over the results of a search query.
An Upload is an in-progress upload.
UploadInfo represents an upload summary.
UploadList is the result of ListUploads.
UploadStatus contains information about a successful upload.