module ParallelTests

def delta

def delta
  before = now.to_f
  yield
  now.to_f - before
end