From e39581242db8f873eea3b3cc95605b35ce4f3d0e Mon Sep 17 00:00:00 2001 From: dearblue Date: Sun, 6 Mar 2022 15:28:56 +0900 Subject: [PATCH] Display file paths for benchmark results --- tasks/benchmark.rake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/benchmark.rake b/tasks/benchmark.rake index 271b645f2..a10718435 100644 --- a/tasks/benchmark.rake +++ b/tasks/benchmark.rake @@ -43,6 +43,8 @@ def plot p.puts "e" end end + + puts "Benchmark results output to #{plot_file}" end