Performance benchmarks dashboard for TorchEBM — a PyTorch library for Energy-Based Models.
- Dashboard — Latest benchmark results: timing, throughput, GPU memory, scaling
- History — Performance trends and speedup heatmaps across versions
- Compare — Side-by-side diff of any two benchmark runs
# Serve locally
python -m http.server 8000
# Regenerate manifest from existing results
bash scripts/publish.sh
# Publish a new result
bash scripts/publish.sh path/to/result.json Linux-CPython-3.10-64bit
# Publish and push to GitHub
bash scripts/publish.sh path/to/result.json Linux-CPython-3.10-64bit --pushMIT