Skip to content

Instantly share code, notes, and snippets.

@jerhinesmith
Created July 27, 2011 00:48
Show Gist options
  • Save jerhinesmith/1108441 to your computer and use it in GitHub Desktop.
Save jerhinesmith/1108441 to your computer and use it in GitHub Desktop.
user system total real
YAML::dump 78.990000 0.360000 79.350000 ( 79.257540)
to_json 2.150000 0.000000 2.150000 ( 2.143407)
YAML::load 11.370000 0.010000 11.380000 ( 11.368933)
JSON.parse 2.680000 0.050000 2.730000 ( 2.721737)
@jerhinesmith
Copy link
Author

                user     system      total        real
YAML::dump  0.780000   0.010000   0.790000 (  0.786692)
to_json     0.020000   0.000000   0.020000 (  0.023009)
YAML::load  0.120000   0.000000   0.120000 (  0.116117)
JSON.parse  0.020000   0.000000   0.020000 (  0.024662)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment