class DeepTest::Distributed::NullWorkUnit

Work Unit used to measure throughput of workers.

Public Instance Methods

run() click to toggle source
# File lib/deep_test/distributed/null_work_unit.rb, line 7
def run
  :null_work_unit_result
end