Skip to content

Instantly share code, notes, and snippets.

@headius
Created October 24, 2014 20:56
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 headius/cef36c9cb9f51de588eb to your computer and use it in GitHub Desktop.
Save headius/cef36c9cb9f51de588eb to your computer and use it in GitHub Desktop.
pr-zlib versus zlib on JRuby, Rubinius, and MRI
JRuby zlib
user system total real
write 0.054059 0.007411 0.061470 ( 0.047307)
read 0.019310 0.002438 0.021748 ( 0.011610)
JRuby pr-zlib
user system total real
write 9.660000 0.070000 9.730000 ( 8.077000)
read 3.500000 0.020000 3.520000 ( 3.365000)
Rubinius zlib
user system total real
write 0.063861 0.008616 0.072477 ( 0.053416)
read 0.026733 0.004133 0.030866 ( 0.017309)
Rubinius pr-zlib
user system total real
write126.299780 0.219757 126.519537 (124.315660)
read^C (waited about 15 minutes)
MRI zlib
user system total real
write 0.090000 0.000000 0.090000 ( 0.100693)
read 0.030000 0.010000 0.040000 ( 0.024831)
MRI pr-zlib
user system total real
write 20.760000 0.060000 20.820000 ( 20.847089)
read 5.820000 0.020000 5.840000 ( 5.850749)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment