class Benchmark::Memory::Job::NullOutput
Swallow all output from a job.
Public Instance Methods
put_comparison(comparison)
click to toggle source
Swallow comparison output.
@return [void]
# File lib/benchmark/memory/job/null_output.rb, line 15 def put_comparison(comparison) end
put_entry(entry)
click to toggle source
Swallow entry output.
@return [void]
# File lib/benchmark/memory/job/null_output.rb, line 9 def put_entry(entry) end
put_header()
click to toggle source
Swallow header output.
@return [void]
# File lib/benchmark/memory/job/null_output.rb, line 21 def put_header end