Change how mixed read/write workloads are done in mixedbench
authorMichael Vrable <mvrable@cs.ucsd.edu>
Sun, 20 Feb 2011 03:30:49 +0000 (19:30 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Sun, 20 Feb 2011 03:30:49 +0000 (19:30 -0800)
commitc8feda79feb6bed1e8a65b4e46789e8a6133f65b
treea5cfd23a68262d925f3e7dcdb2e70f321b3c3137
parentf6edd13c644ec73c0f57aa580514413372ce3f0e
Change how mixed read/write workloads are done in mixedbench

Split reads and writes into separate threads, instead of mixing operations
within a single thread.  This does not allow arbitrary mixes any longer,
since the ratios are quantized based on the number of total threads.
microbench/mixedbench.c