Created
November 22, 2009 00:53
-
-
Save thumblemonks/240353 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin9.8.0], MBARI 0x8770, Ruby Enterprise Edition 2009.10 | |
# | |
# Riot vs Shoulda vs Test::Unit | |
# | |
Rehearsal ---------------------------------------------- | |
Riot 0.360000 0.000000 0.360000 ( 0.367155) | |
Test::Unit 1.250000 0.010000 1.260000 ( 1.259351) | |
Shoulda 1.290000 0.000000 1.290000 ( 1.315967) | |
------------------------------------- total: 2.910000sec | |
user system total real | |
Riot 0.350000 0.000000 0.350000 ( 0.353914) | |
Test::Unit 1.250000 0.010000 1.260000 ( 1.273345) | |
Shoulda 1.260000 0.000000 1.260000 ( 1.261187) | |
# | |
# Riot vs Minitest | |
# | |
Rehearsal -------------------------------------------- | |
Riot 0.350000 0.000000 0.350000 ( 0.355094) | |
MiniTest 0.730000 0.070000 0.800000 ( 0.798533) | |
----------------------------------- total: 1.150000sec | |
user system total real | |
Riot 0.340000 0.000000 0.340000 ( 0.349966) | |
MiniTest 0.720000 0.060000 0.780000 ( 0.791270) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby 1.9.1p129 (2009-05-12 revision 23412) [i386-darwin9.7.0] | |
# | |
# Riot vs Shoulda vs Test::Unit | |
# | |
Rehearsal ---------------------------------------------- | |
Riot 0.180000 0.000000 0.180000 ( 0.181057) | |
Test::Unit 1.700000 0.000000 1.700000 ( 1.714455) | |
Shoulda 1.710000 0.010000 1.720000 ( 1.709667) | |
------------------------------------- total: 3.600000sec | |
user system total real | |
Riot 0.170000 0.000000 0.170000 ( 0.174510) | |
Test::Unit 1.700000 0.000000 1.700000 ( 1.708497) | |
Shoulda 1.710000 0.010000 1.720000 ( 1.757452) | |
# | |
# Riot vs Minitest | |
# | |
Rehearsal -------------------------------------------- | |
Riot 0.180000 0.000000 0.180000 ( 0.178833) | |
MiniTest 0.510000 0.020000 0.530000 ( 0.525780) | |
----------------------------------- total: 0.710000sec | |
user system total real | |
Riot 0.170000 0.000000 0.170000 ( 0.173709) | |
MiniTest 0.510000 0.010000 0.520000 ( 0.523291) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment