Skip to content

Instantly share code, notes, and snippets.

View bcerban's full-sized avatar

Bettina bcerban

View GitHub Profile

fake_work

  def fake_work
    cpu_ms         = (params['cpu_ms'] || 50).to_i
    iowait_ms      = (params['iowait_ms'] || 250).to_i
    response_chars = (params['response_chars'] || 20_000).to_i
    
    start = Time.now