Skip to content

Instantly share code, notes, and snippets.

@leanucci
Created October 29, 2009 15:37
Show Gist options
  • Save leanucci/221519 to your computer and use it in GitHub Desktop.
Save leanucci/221519 to your computer and use it in GitHub Desktop.
Without fast_context:
12:32 ~/XephNet/leanucci release % time rake test:units
Finished in 1.168318 seconds.
48 tests, 72 assertions, 0 failures, 0 errors
real 0m8.445s
user 0m4.681s
sys 0m1.485s
With fast_context:
12:31 ~/XephNet/eerbaro fast_context % time rake test:units
Finished in 0.943698 seconds.
48 tests, 72 assertions, 0 failures, 0 errors
real 0m7.820s
user 0m4.513s
sys 0m1.429s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment