diff --git a/README.md b/README.md new file mode 100644 index 0000000..98b62a4 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Benchmark + +## Overview +This repository contains benchmark code and resources for evaluating large-scale query engines. +It was developed as part of research work at the AMPLab, UC Berkeley. + +## Repository Structure +- `runner/` – Scripts and utilities for running benchmark workloads +- `site/` – Website and related files for benchmark documentation and results + +## Usage Notes +This repository is intended for research and experimental use. +Benchmark execution logic resides in the `runner` directory and may require +additional configuration depending on the query engine being evaluated. + +## Notes +This project reflects research work from the time it was developed. +Some dependencies or instructions may be outdated.