summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2013-12-25 20:17:50 +0100
committerHans de Graaff <hans@degraaff.org>2013-12-25 20:17:50 +0100
commitfc317a6d6f21b7dfa4f8834ff493635e9a2adda7 (patch)
treeaf4fc325d114e9245c63d99e95bde96039b3ab45 /ruby-stats
parentAdd tree timestamp. (diff)
downloadruby-scripts-fc317a6d6f21b7dfa4f8834ff493635e9a2adda7.tar.gz
ruby-scripts-fc317a6d6f21b7dfa4f8834ff493635e9a2adda7.tar.bz2
ruby-scripts-fc317a6d6f21b7dfa4f8834ff493635e9a2adda7.zip
Add ruby21 support to the stats scripts.
Diffstat (limited to 'ruby-stats')
-rw-r--r--ruby-stats/plot1
-rwxr-xr-xruby-stats/ruby_stats.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/ruby-stats/plot b/ruby-stats/plot
index 759edda..990fd1b 100644
--- a/ruby-stats/plot
+++ b/ruby-stats/plot
@@ -18,6 +18,7 @@ plot "data.txt" using 1:3 with lines lt 2 title "total", \
"data.txt" using 1:4 with lines lt 1 lc 1 title "ruby18", \
"data.txt" using 1:5 with lines lt 1 lc 2 title "ruby19", \
"data.txt" using 1:6 with lines lt 1 lc 3 title "ruby20", \
+ "data.txt" using 1:10 with lines lt 1 lc 7 title "ruby21", \
"data.txt" using 1:7 with lines lt 1 lc 4 title "jruby", \
"data.txt" using 1:8 with lines lt 1 lc 5 title "ree18", \
"data.txt" using 1:9 with lines lt 1 lc 6 title "rbx"
diff --git a/ruby-stats/ruby_stats.py b/ruby-stats/ruby_stats.py
index 23176bd..5cd745f 100755
--- a/ruby-stats/ruby_stats.py
+++ b/ruby-stats/ruby_stats.py
@@ -4,7 +4,7 @@
# 2010-01-21 180 144 142 68 52
date_fmt = "%Y-%m-%d"
-bins = ('ruby', 'ruby-ng', 'ruby_targets_ruby18', 'ruby_targets_ruby19', 'ruby_targets_ruby20', 'ruby_targets_jruby', 'ruby_targets_ree18', 'ruby_targets_rbx')
+bins = ('ruby', 'ruby-ng', 'ruby_targets_ruby18', 'ruby_targets_ruby19', 'ruby_targets_ruby20', 'ruby_targets_jruby', 'ruby_targets_ree18', 'ruby_targets_rbx', 'ruby_targets_ruby21')
import sys
import time