ruby-bench / ruby-bench-web

Long Running Ruby Benchmarks
https://rubybench.org
MIT License
82 stars 47 forks source link

Fix chart builder logic for JIT #259

Closed k0kubun closed 6 years ago

k0kubun commented 6 years ago

Problem

When using "Show the last 2000 Results", the JIT graph appears only in the commits which didn't have JIT.

screenshot from 2018-06-27 00-32-42 https://rubybench.org/ruby/ruby/commits?result_type=app_erb&display_count=2000

Solution

Fill nil for the commits which don't have *_jit result in the chart.

tgxworld commented 6 years ago

Thank you @k0kubun :+1: