From b405b4e5c9697337d42e3e23e23b06bcf0018bfb Mon Sep 17 00:00:00 2001 From: Archita Thakur Date: Wed, 28 Jan 2026 15:42:13 +0530 Subject: [PATCH] docs: add initial README with overview and usage notes --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md 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.