Skip to content

Instantly share code, notes, and snippets.

@careo
Created March 1, 2010 17:28
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 careo/318585 to your computer and use it in GitHub Desktop.
Save careo/318585 to your computer and use it in GitHub Desktop.
pool = ::NB::FiberPool.new(10)
-----------------------------
describe_instances | 2010-03-01 09:10:05 -0800 | 2010-03-01 09:10:08 -0800 | 2.784880
describe_key_pairs | 2010-03-01 09:10:05 -0800 | 2010-03-01 09:10:08 -0800 | 2.932863
describe_addresses | 2010-03-01 09:10:05 -0800 | 2010-03-01 09:10:08 -0800 | 2.936838
describe_regions | 2010-03-01 09:10:05 -0800 | 2010-03-01 09:10:08 -0800 | 2.946348
describe_volumes | 2010-03-01 09:10:05 -0800 | 2010-03-01 09:10:08 -0800 | 3.042942
describe_snapshots | 2010-03-01 09:10:05 -0800 | 2010-03-01 09:10:09 -0800 | 3.597881
describe_security_groups | 2010-03-01 09:10:05 -0800 | 2010-03-01 09:10:09 -0800 | 4.109160
describe_images | 2010-03-01 09:10:05 -0800 | 2010-03-01 09:10:21 -0800 | 16.524366
pool = ::NB::FiberPool.new(1)
-----------------------------
describe_images | 2010-03-01 09:23:51 -0800 | 2010-03-01 09:24:12 -0800 | 21.003220
describe_instances | 2010-03-01 09:24:12 -0800 | 2010-03-01 09:24:13 -0800 | 0.904893
describe_security_groups | 2010-03-01 09:24:13 -0800 | 2010-03-01 09:24:15 -0800 | 2.629790
describe_key_pairs | 2010-03-01 09:24:15 -0800 | 2010-03-01 09:24:16 -0800 | 0.828550
describe_addresses | 2010-03-01 09:24:16 -0800 | 2010-03-01 09:24:16 -0800 | 0.385823
describe_regions | 2010-03-01 09:24:16 -0800 | 2010-03-01 09:24:17 -0800 | 0.366491
describe_volumes | 2010-03-01 09:24:17 -0800 | 2010-03-01 09:24:17 -0800 | 0.605957
describe_snapshots | 2010-03-01 09:24:17 -0800 | 2010-03-01 09:24:19 -0800 | 1.173363
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment