Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.17 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.17 KB

brain-bench-fe

NextJS frontend for the BrainBench project. See deployed site at brainbench.xyz.

Adding benchmarks

If you would like to add or modify existing benchmarks, open a PR against our benchmarking repo brain-bench-runner

Local Development

Pull Repository

git clone https://github.com/inference-labs-inc/brain-bench-fe.git

Navigate to the site directory

cd brain-bench-fe/site

Install Dependencies

pnpm install

Start Development Server

pnpm dev

Deployment

Deployments are handled via Vercel. Pushing to the main branch will trigger a new deployment.

References

Our frontend was constructed on the foundation that Polybase created for zkBench.dev, and our benchmark suite utilizes EZKL's ZKML Benchmarking Suite with a custom GitHub Actions workflow and updated metrics.