What is RaceBench?
RaceBench lets you visually compare code generation results for creative coding tasks. It extracts runnable code from model or tool responses and builds a sortable dashboard with live previews and stats for each entry.
🚀 View Latest ResultsHow to Use
- Put your
race.json
file in the project directory. - Run
node get-results.js [--input <inputfile>] [--outdir <outputdir>]
- Serve the directory with any static file server (e.g.
python3 -m http.server
) - Open
index.html
in your browser and explore!
CLI Options:
--input <inputfile>
– Path to input JSON (default: ./race.json
)--outdir <outputdir>
– Output directory for HTML files (default: ./
)
Credits
- UI: Tailwind CSS
- Table: simple-datatables