summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorfurunkel <[email protected]>2015-04-23 22:27:19 +0200
committerfurunkel <[email protected]>2015-04-23 22:27:19 +0200
commita96b871c463591b9e8d6f0fa541665dfc2769539 (patch)
tree0040342dd1d4baa60c0f9d2bb710940c14152c6b /Rakefile
parent6246483f12366818e38a5cd6070f71fefe0b8b94 (diff)
downloadmruby-a96b871c463591b9e8d6f0fa541665dfc2769539.tar.gz
mruby-a96b871c463591b9e8d6f0fa541665dfc2769539.zip
Add task for running and plotting benchmarks
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index fee43217c..66f54a4e2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -29,6 +29,8 @@ load "#{MRUBY_ROOT}/tasks/libmruby.rake"
load "#{MRUBY_ROOT}/tasks/mrbgems_test.rake"
load "#{MRUBY_ROOT}/test/mrbtest.rake"
+load "#{MRUBY_ROOT}/tasks/benchmark.rake"
+
##############################
# generic build targets, rules
task :default => :all