Skip to content

Instantly share code, notes, and snippets.

@zzak
Created May 16, 2016 03:36
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 zzak/01a176822de578318df2f42b72942e9e to your computer and use it in GitHub Desktop.
Save zzak/01a176822de578318df2f42b72942e9e to your computer and use it in GitHub Desktop.
Sinatra `time rake spec` with therubyracer vs. mini_racer

therubyracer

Finished in 18.184895s, 58.8400 runs/s, 130.3829 assertions/s.

1070 runs, 2371 assertions, 0 failures, 0 errors, 0 skips

real    0m25.964s
user    0m11.628s
sys     0m2.011s

mini_racer

Finished in 19.718860s, 53.9078 runs/s, 119.4795 assertions/s.

1063 runs, 2356 assertions, 0 failures, 0 errors, 0 skips

real    0m26.994s
user    0m12.599s
sys     0m2.188s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment