Method: Linepipe.benchmark
- Defined in:
- lib/linepipe.rb
.benchmark(iterations, &block) ⇒ Object
15 16 17 |
# File 'lib/linepipe.rb', line 15 def benchmark(iterations, &block) build_process(block) { |process| process.benchmark(iterations) } end |