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/plot
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/plot')
-rw-r--r--ruby-stats/plot1
1 files changed, 1 insertions, 0 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"