Sha256: ecc17ea60e6aa5cce0e166dbfa2d5179c7a33b0bfac32288fcc3408982ee0333
Contents?: true
Size: 397 Bytes
Versions: 24
Compression:
Stored size: 397 Bytes
Contents
module DeepTest module Distributed class ThroughputWorkerClient def initialize(options, test_server) @options = options @test_server = test_server end def start_all @worker_server = @test_server.spawn_worker_server(@options) @worker_server.start_all end def stop_all @worker_server.stop_all end end end end
Version data entries
24 entries across 24 versions & 4 rubygems