diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-29 10:46:20 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-29 10:46:20 +0900 |
| commit | c1ad4c42616943c25a2f9a17626e820aea6a31b7 (patch) | |
| tree | 5b891d276459397c63a2b509434910c4175598d4 | |
| parent | 41d5df03edcd30c13afd5f67497dd08835060a3a (diff) | |
| download | mruby-c1ad4c42616943c25a2f9a17626e820aea6a31b7.tar.gz mruby-c1ad4c42616943c25a2f9a17626e820aea6a31b7.zip | |
Restore original name for default `build_config_name`; ref #5098
| -rw-r--r-- | tasks/benchmark.rake | 2 |
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 |
