ruby-bench / ruby-bench-web

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

Release benchmarks should also filter by repo_id so we don't get mixed results #263

Closed OsamaSayegh closed 5 years ago

OsamaSayegh commented 5 years ago

The problem here is that if you have 2 benchmark_type with the same category value (let's say "discourse_home") but different repo_id, you'd get results from both repos when viewing benchmark results for one of them only. I noticed this bug while I was making discourse benchmark run on rails releases which we already run on ruby commits.