Skip to content

Instantly share code, notes, and snippets.

@meskallito
Last active January 1, 2016 18:29
Show Gist options
  • Select an option

  • Save meskallito/8184602 to your computer and use it in GitHub Desktop.

Select an option

Save meskallito/8184602 to your computer and use it in GitHub Desktop.

One big flow -> SQL Query is not in flow

Rubinius

  • 200 => 32s
  • 400 => 59s
  • 800 => 132s

Ruby

  • 200 => 34.4s
  • 400 => 86s
  • 800 => 221s

Separate flows -> Both are regular flows and are run sequentially

Rubinius

  • 200 => 31s
  • 400 => 54s
  • 800 => 133s

Ruby

  • 200 => 30s
  • 400 => 62s
  • 800 => 224s

Separate flows -> Async and Sync flows and are run simultaneously

Rubinius

  • 200 => 28s
  • 400 => 54s
  • 800 => 113s -> Buggy (registry variable is not defined, unknown OID)

Ruby

  • 200 => 23s
  • 400 => 58s
  • 800 => 157s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment