From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/ruby-scripts:master commit in: ruby-stats/
Date: Mon, 12 Aug 2024 07:12:00 +0000 (UTC) [thread overview]
Message-ID: <1723446609.1dafb4af622a61deb18a7bea2491b22b68fef42a.graaff@gentoo> (raw)
commit: 1dafb4af622a61deb18a7bea2491b22b68fef42a
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 07:09:32 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 07:10:09 2024 +0000
URL: https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=1dafb4af
Add ruby33 to targets plot scripts
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
ruby-stats/plot | 3 ++-
ruby-stats/ruby_stats.py | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/ruby-stats/plot b/ruby-stats/plot
index db24988..2d91ec7 100644
--- a/ruby-stats/plot
+++ b/ruby-stats/plot
@@ -30,4 +30,5 @@ plot "data.txt" using 1:3 with lines lt 2 title "total", \
"data.txt" using 1:16 with lines lt 1 lc 13 title "ruby27", \
"data.txt" using 1:17 with lines lt 1 lc 14 title "ruby30", \
"data.txt" using 1:18 with lines lt 1 lc 15 title "ruby31", \
- "data.txt" using 1:19 with lines lt 1 lc 16 title "ruby32"
+ "data.txt" using 1:19 with lines lt 1 lc 16 title "ruby32", \
+ "data.txt" using 1:20 with lines lt 1 lc 17 title "ruby33"
diff --git a/ruby-stats/ruby_stats.py b/ruby-stats/ruby_stats.py
index 4e63b55..6fd57c4 100755
--- a/ruby-stats/ruby_stats.py
+++ b/ruby-stats/ruby_stats.py
@@ -9,7 +9,7 @@ bins = ('ruby', 'ruby-ng', 'ruby_targets_ruby18', 'ruby_targets_ruby19',
'ruby_targets_rbx', 'ruby_targets_ruby21', 'ruby_targets_ruby22',
'ruby_targets_ruby23', 'ruby_targets_ruby24', 'ruby_targets_ruby25',
'ruby_targets_ruby26', 'ruby_targets_ruby27', 'ruby_targets_ruby30',
- 'ruby_targets_ruby31', 'ruby_targets_ruby32')
+ 'ruby_targets_ruby31', 'ruby_targets_ruby32', 'ruby_targets_ruby33')
import sys
import time
@@ -65,6 +65,8 @@ def main():
stats['ruby_targets_ruby31'].add(cpv)
if 'ruby_targets_ruby32' in iuse:
stats['ruby_targets_ruby32'].add(cpv)
+ if 'ruby_targets_ruby33' in iuse:
+ stats['ruby_targets_ruby33'].add(cpv)
if 'ruby_targets_jruby' in iuse:
stats['ruby_targets_jruby'].add(cpv)
if 'ruby_targets_ree18' in iuse:
next reply other threads:[~2024-08-12 7:12 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-12 7:12 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-12 7:12 [gentoo-commits] proj/ruby-scripts:master commit in: ruby-stats/ Hans de Graaff
2023-04-09 7:37 Hans de Graaff
2023-04-09 7:37 Hans de Graaff
2022-03-13 7:11 Hans de Graaff
2020-01-05 8:15 Hans de Graaff
2020-01-05 8:15 Hans de Graaff
2019-01-21 18:17 Hans de Graaff
2018-02-16 16:33 Hans de Graaff
2016-12-25 6:56 Hans de Graaff
2015-12-27 8:46 Hans de Graaff
2015-10-01 6:27 Hans de Graaff
2015-01-01 16:42 Manuel Rüger
2014-12-27 19:53 Manuel Rüger
2014-12-27 19:22 Manuel Rüger
2014-12-27 19:20 Manuel Rüger
2014-12-27 19:07 Manuel Rüger
2014-11-09 8:10 Hans de Graaff
2014-05-31 20:56 Manuel Rüger
2014-05-31 20:56 Manuel Rüger
2013-12-28 7:03 Hans de Graaff
2013-12-25 19:42 Hans de Graaff
2013-10-30 5:56 Hans de Graaff
2013-10-22 6:11 Hans de Graaff
2013-10-19 7:06 Hans de Graaff
2013-10-15 15:58 Hans de Graaff
2013-10-15 15:58 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1723446609.1dafb4af622a61deb18a7bea2491b22b68fef42a.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox