Fix benchmark

This commit is contained in:
Tim Riley 2022-08-15 14:03:37 +10:00
parent b92f76f21b
commit 1329bdeb91
1 changed files with 1 additions and 0 deletions

View File

@ -10,5 +10,6 @@ Benchmark.ips do |x|
Benchmarks::Comparative::Hanami.run
end
x.save! ENV["SAVE_FILE"] if ENV["SAVE_FILE"]
x.compare!
end