# File lib/deep_test/distributed/throughput_runner.rb, line 4
4:       def initialize(options, test_count, blackboard = nil, &block)
5:         @options = options
6:         @test_count = test_count
7:         @blackboard = blackboard
8:         @progress_block = block
9:       end