https://github.com/herdora/chipbenchmark
a platform for monitoring the chip situation
https://github.com/herdora/chipbenchmark
amd benchmark cpp gpu high-performance-computing large-language-models llm llm-benchmarking llms nvidia python quantization
Last synced: 12 months ago
JSON representation
a platform for monitoring the chip situation
- Host: GitHub
- URL: https://github.com/herdora/chipbenchmark
- Owner: Herdora
- Created: 2025-07-13T04:17:39.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-15T03:06:45.000Z (12 months ago)
- Last Synced: 2025-07-15T04:45:20.320Z (12 months ago)
- Topics: amd, benchmark, cpp, gpu, high-performance-computing, large-language-models, llm, llm-benchmarking, llms, nvidia, python, quantization
- Language: TypeScript
- Homepage: https://chipbenchmark.com
- Size: 3.98 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chip Benchmark
A platform for visualizing chip benchmark results.

## Quick Start
```bash
git clone
cd chipbenchmark/frontend
yarn install
yarn dev
```
Visit [http://localhost:3000](http://localhost:3000)
## Adding Data
Put your benchmark data in `benchmarks/` then run:
```bash
node scripts/sync-benchmark-data.mjs
```