summaryrefslogtreecommitdiffhomepage
path: root/tasks
diff options
context:
space:
mode:
authorfurunkel <[email protected]>2015-04-24 14:19:51 +0200
committerfurunkel <[email protected]>2015-04-24 14:19:51 +0200
commit8f5ec1a60ff5e93377fdfcfcf3dc141136a8660a (patch)
tree806f232b946ae1bc69aa8fe4a06ebfa358d6fd69 /tasks
parent465d7a23c89d385e1c419a7bd1546b0bf41bf097 (diff)
downloadmruby-8f5ec1a60ff5e93377fdfcfcf3dc141136a8660a.tar.gz
mruby-8f5ec1a60ff5e93377fdfcfcf3dc141136a8660a.zip
Let all benchmarks start with bm_
Diffstat (limited to 'tasks')
-rw-r--r--tasks/benchmark.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/benchmark.rake b/tasks/benchmark.rake
index 18802708e..3372c900a 100644
--- a/tasks/benchmark.rake
+++ b/tasks/benchmark.rake
@@ -5,7 +5,7 @@ end
$dat_files = []
def bm_files
- Dir.glob("#{MRUBY_ROOT}/benchmark/*.rb")
+ Dir.glob("#{MRUBY_ROOT}/benchmark/bm_*.rb")
end
def plot_file