# File lib/deep_test/distributed/throughput_statistics.rb, line 10
10:       def timespan_in_seconds
11:         @end_time.to_f - @start_time.to_f
12:       end