Rakefile in benchmark_driver-0.2.4 vs Rakefile in benchmark_driver-0.3.0

- old
+ new

@@ -5,10 +5,10 @@ require 'bundler' require 'shellwords' Dir.glob(File.expand_path('./benchmarks/**/*.yml', __dir__)).sort.each do |path| Bundler.with_clean_env do - sh [File.expand_path('./exe/benchmark_driver', __dir__), path].shelljoin + sh [File.expand_path('./exe/benchmark-driver', __dir__), path].shelljoin end end end task default: :benchmarks