Skip to content

Instantly share code, notes, and snippets.

@rubiojr
Forked from anonymous/glance-test.md
Created December 19, 2012 13:14
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 rubiojr/4336574 to your computer and use it in GitHub Desktop.
Save rubiojr/4336574 to your computer and use it in GitHub Desktop.

old arch

[9581][rubiojr.napoleon] ruby -rubygems g.rb 
      user     system      total        real
connection:      0.020000   0.010000   0.030000 (  7.400721)
create 10 images:  0.060000   0.020000   0.080000 ( 71.725848)
list images:     0.000000   0.000000   0.000000 (  0.000057)
destroy images:  0.030000   0.010000   0.040000 ( 99.656857)

[~/tmp]
[9581][rubiojr.napoleon] ruby -rubygems g.rb 
      user     system      total        real
connection:      0.020000   0.000000   0.020000 (  7.400684)
create 10 images:  0.050000   0.040000   0.090000 ( 75.272677)
list images:     0.000000   0.000000   0.000000 (  0.000083)
destroy images:  0.020000   0.010000   0.030000 ( 60.825742)

[~/tmp]
[9581][rubiojr.napoleon] ruby -rubygems g.rb 
      user     system      total        real
connection:      0.020000   0.000000   0.020000 (  7.440749)
create 10 images:  0.070000   0.010000   0.080000 ( 70.842680)
list images:     0.000000   0.000000   0.000000 (  0.000066)
destroy images:  0.010000   0.010000   0.020000 ( 61.202686)

new arch

[9581][rubiojr.napoleon] ruby -rubygems g.rb 
      user     system      total        real
connection:      0.030000   0.000000   0.030000 (  2.474898)
create 10 images:  0.060000   0.020000   0.080000 ( 24.567999)
list images:     0.000000   0.000000   0.000000 (  0.000040)
destroy images:  0.020000   0.000000   0.020000 (  4.488724)

[~/tmp]
[9581][rubiojr.napoleon] ruby -rubygems g.rb 
      user     system      total        real
connection:      0.030000   0.000000   0.030000 (  2.508913)
create 10 images:  0.060000   0.020000   0.080000 ( 24.487344)
list images:     0.000000   0.000000   0.000000 (  0.000047)
destroy images:  0.020000   0.000000   0.020000 (  4.352553)

[~/tmp]
[9581][rubiojr.napoleon] ruby -rubygems g.rb 
      user     system      total        real
connection:      0.020000   0.000000   0.020000 (  2.411264)
create 10 images:  0.070000   0.020000   0.090000 ( 12.918652)
list images:     0.000000   0.000000   0.000000 (  0.000107)
destroy images:  0.020000   0.000000   0.020000 (  3.953093)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment