package
0.0.0-20241118162539-34caac850176
Repository: https://go.googlesource.com/perf
Documentation: pkg.go.dev

# Packages

Package gcs implements the fs.FS interface using Google Cloud Storage.
Package local implements the fs.FS interface using local files.

# Functions

NewMemFS constructs a new, empty MemFS.

# Structs

MemFS is an in-memory filesystem implementing the FS interface.

# Interfaces

An FS stores uploaded benchmark data files.
A Writer is an io.Writer that can also be closed with an error.