Merge pull request #5878 from jbampton/rake-tasks-benchmark

Add `benchmark` to `rake --tasks`
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-12-26 14:45:52 +09:00
committed by GitHub
+1
View File
@@ -87,6 +87,7 @@ file plot_file => $dat_files do
plot
end
desc "run benchmark tests"
task :benchmark => plot_file do
plot
end