Commit 8f5ec1a6 authored by furunkel's avatar furunkel

Let all benchmarks start with bm_

parent 465d7a23
...@@ -5,7 +5,7 @@ end ...@@ -5,7 +5,7 @@ end
$dat_files = [] $dat_files = []
def bm_files def bm_files
Dir.glob("#{MRUBY_ROOT}/benchmark/*.rb") Dir.glob("#{MRUBY_ROOT}/benchmark/bm_*.rb")
end end
def plot_file def plot_file
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment