mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Silent formatter in benchmarks
This commit is contained in:
parent
791bfdabb8
commit
a947dee851
1 changed files with 3 additions and 1 deletions
|
@ -25,4 +25,6 @@ Benchmark.ips do |x|
|
||||||
end
|
end
|
||||||
|
|
||||||
puts "== Measure:"
|
puts "== Measure:"
|
||||||
puts Benchmark.measure { Ameba.run }
|
config = Ameba::Config.load
|
||||||
|
config.formatter = Ameba::Formatter::BaseFormatter.new
|
||||||
|
puts Benchmark.measure { Ameba.run config }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue