RaceBench

JS Code Generation Benchmark

GitHub: DimitriGilbert/racebench

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 Results

How to Use

  1. Put your race.json file in the project directory.
  2. Run node get-results.js [--input <inputfile>] [--outdir <outputdir>]
  3. Serve the directory with any static file server (e.g. python3 -m http.server)
  4. 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