Class: DeepTest::Distributed::NullWorkUnit

Inherits:
Object
  • Object
show all
Defined in:
lib/deep_test/distributed/null_work_unit.rb

Overview

Work Unit used to measure throughput of workers.

Instance Method Summary collapse

Instance Method Details

#runObject



7
8
9
# File 'lib/deep_test/distributed/null_work_unit.rb', line 7

def run
  :null_work_unit_result
end