Skip to content

Instantly share code, notes, and snippets.

@mattraibert
Created October 21, 2012 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattraibert/3925451 to your computer and use it in GitHub Desktop.
Save mattraibert/3925451 to your computer and use it in GitHub Desktop.
parallelization benchmark results
ruby library n total
rbx none 1000 0.01
jruby none 1000 0.03
MRI1.9.3 none 1000 0.03
rbx peach 1000 0.04
rbx work_queue 1000 0.05
MRI1.9.3 work_queue 1000 0.17
jruby peach 1000 0.19
jruby work_queue 1000 0.32
MRI1.9.3 peach 1000 0.39
rbx work_queue 10000 0.41
rbx peach 10000 4.55
rbx none 10000 7.71
jruby work_queue 10000 13.51
jruby peach 10000 14.32
MRI1.9.3 none 10000 20.21
jruby none 10000 22.77
MRI1.9.3 work_queue 10000 40.02
MRI1.9.3 parallel 10000 42.60
MRI1.9.3 peach 10000 52.31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment