Created
January 15, 2010 01:19
-
-
Save fictorial/277692 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
./bench_logstore | |
benchmarkPutsNoSyncIntValue: 453125 puts / second | |
benchmarkPutsNoSyncIntValue: 1 index file growths performed | |
benchmarkPutsSyncOncePerSecondIntValue: 426514 puts / second | |
benchmarkPutsSyncOncePerSecondIntValue: 0 syncs performed | |
benchmarkPutsSyncOncePerSecondIntValue: 0 index file growths performed | |
benchmarkPutsNoSync1KiBValue: 245941 puts / second | |
benchmarkPutsNoSync1KiBValue: 1 index file growths performed | |
benchmarkPutsSyncOncePerSecond1KiBValue: 29379 puts / second | |
benchmarkPutsSyncOncePerSecond1KiBValue: 1 syncs performed | |
benchmarkPutsSyncOncePerSecond1KiBValue: 0 index file growths performed | |
benchmarkSequentialGetsIntValue: 666175 gets / second | |
benchmarkRandomGetsIntValue: 631498 gets / second | |
benchmarkSequentialGets1KiBValue: 561498 gets / second | |
benchmarkRandomGets1KiBValue: 496277 gets / second |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment