summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2019-01-21 19:16:31 +0100
committerHans de Graaff <hans@degraaff.org>2019-01-21 19:17:01 +0100
commitc44aba5158944dab72e154b8c7d08b54560e53e1 (patch)
tree99482889ac4c246073eb267c0167cfbfb2fce675 /ruby-stats/plot
parenteselect-ruby: support ruby 2.6 (diff)
downloadruby-scripts-c44aba5158944dab72e154b8c7d08b54560e53e1.tar.gz
ruby-scripts-c44aba5158944dab72e154b8c7d08b54560e53e1.tar.bz2
ruby-scripts-c44aba5158944dab72e154b8c7d08b54560e53e1.zip
Add ruby26 to the stats scripts
Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'ruby-stats/plot')
-rw-r--r--ruby-stats/plot4
1 files changed, 1 insertions, 3 deletions
diff --git a/ruby-stats/plot b/ruby-stats/plot
index 07e0905..e588ec0 100644
--- a/ruby-stats/plot
+++ b/ruby-stats/plot
@@ -24,6 +24,4 @@ plot "data.txt" using 1:3 with lines lt 2 title "total", \
"data.txt" using 1:12 with lines lt 1 lc 9 title "ruby23", \
"data.txt" using 1:13 with lines lt 1 lc 10 title "ruby24", \
"data.txt" using 1:14 with lines lt 1 lc 11 title "ruby25", \
- "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"
+ "data.txt" using 1:15 with lines lt 1 lc 12 title "ruby26"