Skip to content

Instantly share code, notes, and snippets.

@veader
Created March 2, 2012 15:13
Show Gist options
  • Save veader/1959092 to your computer and use it in GitHub Desktop.
Save veader/1959092 to your computer and use it in GitHub Desktop.
==========================================================================================
ORIGINAL CODE
$ ruby test/test_randumb.rb
Loaded suite test/test_randumb
Started
........ user system total real
2.920000 0.070000 2.990000 ( 3.092471)
2.990000 0.070000 3.060000 ( 3.069336)
2.970000 0.070000 3.040000 ( 3.070131)
..
Finished in 323.538470 seconds.
10 tests, 26 assertions, 0 failures, 0 errors, 0 skips
Test run options: --seed 9612
==========================================================================================
PATCHED CODE
$ ruby test/test_randumb.rb
Loaded suite test/test_randumb
Started
........ user system total real
2.860000 0.070000 2.930000 ( 2.986032)
3.010000 0.080000 3.090000 ( 3.173476)
3.180000 0.080000 3.260000 ( 3.332572)
..
Finished in 341.924893 seconds.
10 tests, 26 assertions, 0 failures, 0 errors, 0 skips
Test run options: --seed 12965
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment