ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:123197] [Ruby Misc#21566] Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org
@ 2025-09-08 23:28 k0kubun (Takashi Kokubun) via ruby-core
  2025-09-09  2:06 ` [ruby-core:123198] " matz (Yukihiro Matsumoto) via ruby-core
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: k0kubun (Takashi Kokubun) via ruby-core @ 2025-09-08 23:28 UTC (permalink / raw)
  To: ruby-core; +Cc: k0kubun (Takashi Kokubun)

Issue #21566 has been reported by k0kubun (Takashi Kokubun).

----------------------------------------
Misc #21566: Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org
https://bugs.ruby-lang.org/issues/21566

* Author: k0kubun (Takashi Kokubun)
* Status: Open
----------------------------------------
## 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 discussed this idea with @hsbt and he's onboard with it. I'm filing this here for public awareness and discussions.



-- 
https://bugs.ruby-lang.org/
______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [ruby-core:123198] [Ruby Misc#21566] Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org
  2025-09-08 23:28 [ruby-core:123197] [Ruby Misc#21566] Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org k0kubun (Takashi Kokubun) via ruby-core
@ 2025-09-09  2:06 ` matz (Yukihiro Matsumoto) via ruby-core
  2025-09-09  2:50 ` [ruby-core:123199] " hsbt (Hiroshi SHIBATA) via ruby-core
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: matz (Yukihiro Matsumoto) via ruby-core @ 2025-09-09  2:06 UTC (permalink / raw)
  To: ruby-core; +Cc: matz (Yukihiro Matsumoto)

Issue #21566 has been updated by matz (Yukihiro Matsumoto).


Sounds great! Go ahead.

Matz.


----------------------------------------
Misc #21566: Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org
https://bugs.ruby-lang.org/issues/21566#change-114531

* Author: k0kubun (Takashi Kokubun)
* Status: Open
----------------------------------------
## 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](https://github.com/Shopify/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](https://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 the idea of (2) to @hsbt and he's onboard with it. I'm filing this here for public awareness and discussions.



-- 
https://bugs.ruby-lang.org/
______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [ruby-core:123199] [Ruby Misc#21566] Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org
  2025-09-08 23:28 [ruby-core:123197] [Ruby Misc#21566] Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org k0kubun (Takashi Kokubun) via ruby-core
  2025-09-09  2:06 ` [ruby-core:123198] " matz (Yukihiro Matsumoto) via ruby-core
@ 2025-09-09  2:50 ` hsbt (Hiroshi SHIBATA) via ruby-core
  2025-09-11  0:42 ` [ruby-core:123211] " hsbt (Hiroshi SHIBATA) via ruby-core
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2025-09-09  2:50 UTC (permalink / raw)
  To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)

Issue #21566 has been updated by hsbt (Hiroshi SHIBATA).

Status changed from Open to Assigned
Assignee set to hsbt (Hiroshi SHIBATA)

----------------------------------------
Misc #21566: Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org
https://bugs.ruby-lang.org/issues/21566#change-114532

* Author: k0kubun (Takashi Kokubun)
* Status: Assigned
* Assignee: hsbt (Hiroshi SHIBATA)
----------------------------------------
## 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](https://github.com/Shopify/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](https://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 the idea of (2) to @hsbt and he's onboard with it. I'm filing this here for public awareness and discussions.



-- 
https://bugs.ruby-lang.org/
______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [ruby-core:123211] [Ruby Misc#21566] Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org
  2025-09-08 23:28 [ruby-core:123197] [Ruby Misc#21566] Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org k0kubun (Takashi Kokubun) via ruby-core
  2025-09-09  2:06 ` [ruby-core:123198] " matz (Yukihiro Matsumoto) via ruby-core
  2025-09-09  2:50 ` [ruby-core:123199] " hsbt (Hiroshi SHIBATA) via ruby-core
@ 2025-09-11  0:42 ` hsbt (Hiroshi SHIBATA) via ruby-core
  2025-09-11  8:57 ` [ruby-core:123217] " Eregon (Benoit Daloze) via ruby-core
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2025-09-11  0:42 UTC (permalink / raw)
  To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)

Issue #21566 has been updated by hsbt (Hiroshi SHIBATA).


@rafaelfranca transferred `Shopify/yjit-bench` to `ruby/yjit-bench` today. Thanks!

----------------------------------------
Misc #21566: Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org
https://bugs.ruby-lang.org/issues/21566#change-114541

* Author: k0kubun (Takashi Kokubun)
* Status: Assigned
* Assignee: hsbt (Hiroshi SHIBATA)
----------------------------------------
## 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](https://github.com/Shopify/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](https://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 the idea of (2) to @hsbt and he's onboard with it. I'm filing this here for public awareness and discussions.



-- 
https://bugs.ruby-lang.org/
______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [ruby-core:123217] [Ruby Misc#21566] Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org
  2025-09-08 23:28 [ruby-core:123197] [Ruby Misc#21566] Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org k0kubun (Takashi Kokubun) via ruby-core
                   ` (2 preceding siblings ...)
  2025-09-11  0:42 ` [ruby-core:123211] " hsbt (Hiroshi SHIBATA) via ruby-core
@ 2025-09-11  8:57 ` Eregon (Benoit Daloze) via ruby-core
  2025-09-11 22:24 ` [ruby-core:123227] " k0kubun (Takashi Kokubun) via ruby-core
  2025-09-16 22:51 ` [ruby-core:123277] " k0kubun (Takashi Kokubun) via ruby-core
  5 siblings, 0 replies; 7+ messages in thread
From: Eregon (Benoit Daloze) via ruby-core @ 2025-09-11  8:57 UTC (permalink / raw)
  To: ruby-core; +Cc: Eregon (Benoit Daloze)

Issue #21566 has been updated by Eregon (Benoit Daloze).


How about renaming to ruby/ruby-bench as proposed in the issue description?
Will that be done as a second step maybe?

I think it would make a lot of sense to call it ruby/ruby-bench, that benchmark suite is effectively not specific to YJIT and it's the most comprehensive realistic benchmark suite we have for realistic Ruby workloads (as @k0kubun said).

----------------------------------------
Misc #21566: Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org
https://bugs.ruby-lang.org/issues/21566#change-114548

* Author: k0kubun (Takashi Kokubun)
* Status: Assigned
* Assignee: hsbt (Hiroshi SHIBATA)
----------------------------------------
## 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](https://github.com/Shopify/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](https://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 the idea of (2) to @hsbt and he's onboard with it. I'm filing this here for public awareness and discussions.



-- 
https://bugs.ruby-lang.org/
______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [ruby-core:123227] [Ruby Misc#21566] Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org
  2025-09-08 23:28 [ruby-core:123197] [Ruby Misc#21566] Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org k0kubun (Takashi Kokubun) via ruby-core
                   ` (3 preceding siblings ...)
  2025-09-11  8:57 ` [ruby-core:123217] " Eregon (Benoit Daloze) via ruby-core
@ 2025-09-11 22:24 ` k0kubun (Takashi Kokubun) via ruby-core
  2025-09-16 22:51 ` [ruby-core:123277] " k0kubun (Takashi Kokubun) via ruby-core
  5 siblings, 0 replies; 7+ messages in thread
From: k0kubun (Takashi Kokubun) via ruby-core @ 2025-09-11 22:24 UTC (permalink / raw)
  To: ruby-core; +Cc: k0kubun (Takashi Kokubun)

Issue #21566 has been updated by k0kubun (Takashi Kokubun).


> Will that be done as a second step maybe?

Yes, done. 

----------------------------------------
Misc #21566: Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org
https://bugs.ruby-lang.org/issues/21566#change-114557

* Author: k0kubun (Takashi Kokubun)
* Status: Assigned
* Assignee: hsbt (Hiroshi SHIBATA)
----------------------------------------
## 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](https://github.com/Shopify/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](https://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 the idea of (2) to @hsbt and he's onboard with it. I'm filing this here for public awareness and discussions.



-- 
https://bugs.ruby-lang.org/
______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [ruby-core:123277] [Ruby Misc#21566] Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org
  2025-09-08 23:28 [ruby-core:123197] [Ruby Misc#21566] Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org k0kubun (Takashi Kokubun) via ruby-core
                   ` (4 preceding siblings ...)
  2025-09-11 22:24 ` [ruby-core:123227] " k0kubun (Takashi Kokubun) via ruby-core
@ 2025-09-16 22:51 ` k0kubun (Takashi Kokubun) via ruby-core
  5 siblings, 0 replies; 7+ messages in thread
From: k0kubun (Takashi Kokubun) via ruby-core @ 2025-09-16 22:51 UTC (permalink / raw)
  To: ruby-core; +Cc: k0kubun (Takashi Kokubun)

Issue #21566 has been updated by k0kubun (Takashi Kokubun).

Status changed from Assigned to Closed

We've published https://speed.ruby-lang.org/. Thank you @hsbt!

----------------------------------------
Misc #21566: Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org
https://bugs.ruby-lang.org/issues/21566#change-114645

* Author: k0kubun (Takashi Kokubun)
* Status: Closed
* Assignee: hsbt (Hiroshi SHIBATA)
----------------------------------------
## 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](https://github.com/Shopify/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](https://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 the idea of (2) to @hsbt and he's onboard with it. I'm filing this here for public awareness and discussions.



-- 
https://bugs.ruby-lang.org/
______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-09-16 22:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-08 23:28 [ruby-core:123197] [Ruby Misc#21566] Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org k0kubun (Takashi Kokubun) via ruby-core
2025-09-09  2:06 ` [ruby-core:123198] " matz (Yukihiro Matsumoto) via ruby-core
2025-09-09  2:50 ` [ruby-core:123199] " hsbt (Hiroshi SHIBATA) via ruby-core
2025-09-11  0:42 ` [ruby-core:123211] " hsbt (Hiroshi SHIBATA) via ruby-core
2025-09-11  8:57 ` [ruby-core:123217] " Eregon (Benoit Daloze) via ruby-core
2025-09-11 22:24 ` [ruby-core:123227] " k0kubun (Takashi Kokubun) via ruby-core
2025-09-16 22:51 ` [ruby-core:123277] " k0kubun (Takashi Kokubun) via ruby-core

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).