Support running FuzzBench without Google Cloud
Open
priority
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 302
- PR merge metrics
- No merged PRs in 30d
Description
Local experiments are currently not truly local because they depend on Google Cloud Storage (GCS).
We should break this dependency.
We use gsutil which has bash-like commands for managing files on GCS (e.g. cp, rm etc).
Instead we may need to switch to a library that supports other s3-like solutions and/or the local filesystem.
Local support will also break after the queue branch is merged into master and will need to be fixed again.
Contributor guide
Assessment
This issue has not been assessed yet.