From c1ad4c42616943c25a2f9a17626e820aea6a31b7 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 29 Oct 2020 10:46:20 +0900 Subject: Restore original name for default `build_config_name`; ref #5098 --- tasks/benchmark.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks') 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 -- cgit v1.2.3