Skip to content

Instantly share code, notes, and snippets.

@fictorial
Created January 15, 2010 01:19
Show Gist options
  • Save fictorial/277692 to your computer and use it in GitHub Desktop.
Save fictorial/277692 to your computer and use it in GitHub Desktop.
./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