summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-10-29 10:46:20 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-10-29 10:46:20 +0900
commitc1ad4c42616943c25a2f9a17626e820aea6a31b7 (patch)
tree5b891d276459397c63a2b509434910c4175598d4
parent41d5df03edcd30c13afd5f67497dd08835060a3a (diff)
downloadmruby-c1ad4c42616943c25a2f9a17626e820aea6a31b7.tar.gz
mruby-c1ad4c42616943c25a2f9a17626e820aea6a31b7.zip
Restore original name for default `build_config_name`; ref #5098
-rw-r--r--tasks/benchmark.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/benchmark.rake b/tasks/benchmark.rake
index e7500ccd9..6f0b0ef6a 100644
--- a/tasks/benchmark.rake
+++ b/tasks/benchmark.rake
@@ -12,7 +12,7 @@ def build_config_name
if !ENV['MRUBY_CONFIG'].to_s.empty?
File.basename(ENV['MRUBY_CONFIG'], '.rb').gsub('build_config_', '')
else
- "build"
+ "bm"
end
end