Files
wren/benchmark
Bob Nystrom 278f84a745 feat: convert benchmark runner from time-based stats to score-based comparison
Replace time-based statistics (best, mean, median, std_dev) with a score system using inverse time scaling (1000.0 / time). Increase NUM_TRIALS from 7 to 10 for more reliable results. Update comparison logic to use score ratios instead of time ratios, and swap color highlighting to show green for faster scores (>105%) and red for slower scores (<95%).
2013-12-20 15:04:04 +00:00
..