A new microbenchmark tool to figure out what format to use for logs.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 14 Jul 2010 00:30:50 +0000 (17:30 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 14 Jul 2010 00:30:50 +0000 (17:30 -0700)
commit4f279c7107dd917c58c31ab310b0eb6afd45644f
treeebe4ec115359b1d900f83299576e1e2c326a89d9
parent0c2a6b20994edb21ef45a9757260ecf35cd8ca18
A new microbenchmark tool to figure out what format to use for logs.

We want to log filesystem operations to disk so they are persistent across
proxy crashes, but should do so in a manner that is relatively high
performance...  Try to figure out what that should be.
CMakeLists.txt
bluesky/CMakeLists.txt
logbench/CMakeLists.txt [new file with mode: 0644]
logbench/logbench.c [new file with mode: 0644]