Project

General

Profile

Misc #21566

Updated by k0kubun (Takashi Kokubun) 1 day ago

## Proposal 

 1. Transfer `Shopify/yjit-bench` to `ruby/ruby-bench` on GitHub 
     * Let `@ruby/jit` (YJIT/ZJIT developers) maintain the repository 
 2. Host `speed.yjit.org` on `*.ruby-lang.org` 
     * @ufuk proposed `speed.ruby-lang.org`. Another idea: `bench.ruby-lang.org` 

 ## Background 

 `yjit-bench` has collected useful application-level benchmarks for Ruby, which have been used for other Ruby implementations as well. It can be used without YJIT and is useful as a general Ruby benchmark suite, so it might make more sense to call it "ruby-bench" under the Ruby organization. 

 `speed.yjit.org` is a website that visualizes the benchmark results of `yjit-bench` every day. It's useful for monitoring the CRuby performance in general, so we could have it as a `ruby-lang.org` website, not a YJIT one. 

 --- 

 @ufuk has originally proposed discussed this idea to with @hsbt and he's onboard with it. I'm filing this here for public awareness and discussions.

Back