# File lib/deep_test/distributed/throughput_statistics.rb, line 18defsummary#{test_count} tests run in #{timespan_in_seconds} seconds(#{tests_per_second} tests / second)end
tests_per_second()click to toggle source
# File lib/deep_test/distributed/throughput_statistics.rb, line 14deftests_per_second@test_count/timespan_in_secondsend
timespan_in_seconds()click to toggle source
# File lib/deep_test/distributed/throughput_statistics.rb, line 10deftimespan_in_seconds@end_time.to_f-@start_time.to_fend