Created
January 26, 2012 13:01
-
-
Save grundprinzip/1682663 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
wlan-per2-146-121:sim grund$ time ~/Downloads/jruby-1.7.0.dev/bin/jruby --server --1.9 impl2.rb | |
#SEED 2163318956403736387 | |
Naive Smooth Cumulative Window SimpleEpochWeight HistoryEpochWeight | |
TwoStepWorkload 2 2150.0 , 2 | 2350.0 , 1 | 1700.0 , 1 | 2050.0 , 1 | 1650.0 , 1 | 1650.0 , 1 | | |
AlternatingWorkload 5064 5823080.0 , 5000 | 9244680.0 , 4296 | 7781600.0 , 4616 | 8885640.0 , 4296 | 8063800.0 , 4552 | 5754310.0 , 4744 | | |
RandomAlternatingWorkload 30380 32636600.0 , 26702 | 32563800.0 , 12286 | 32801000.0 , 16209 | 32188700.0 , 14740 | 32563800.0 , 12286 | 28793100.0 , 18968 | | |
RandomWorkload 13140 15083130.0 , 12482 | 15868570.0 , 6071 | 15636590.0 , 8491 | 15522700.0 , 7265 | 16446150.0 , 7823 | 14869770.0 , 10254 | | |
real 2m20.361s | |
user 2m42.852s | |
sys 0m1.847s | |
wlan-per2-146-121:sim grund$ time ruby impl2.rb | |
#SEED 2163318956403736387 | |
Naive Smooth Cumulative Window SimpleEpochWeight HistoryEpochWeight | |
^[TwoStepWorkload 2 2150.0 , 2 | 2350.0 , 1 | 1700.0 , 1 | 2050.0 , 1 | 1650.0 , 1 | 1650.0 , 1 | | |
AlternatingWorkload 5064 5823080.0 , 5000 | 9244680.0 , 4296 | 7781600.0 , 4616 | 8885640.0 , 4296 | 8063800.0 , 4552 | 5754310.0 , 4744 | | |
RandomAlternatingWorkload 30380 32636600.0 , 26702 | 32563800.0 , 12286 | 32801000.0 , 16209 | 32188700.0 , 14740 | 32563800.0 , 12286 | 28793100.0 , 18968 | | |
RandomWorkload 13140 15083130.0 , 12482 | 15868570.0 , 6071 | 15636590.0 , 8491 | 15522700.0 , 7265 | 16446150.0 , 7823 | 14869770.0 , 10254 | | |
real 3m39.622s | |
user 3m35.865s | |
sys 0m0.967s | |
wlan-per2-146-121:sim grund$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment