stasis-aries-wal/benchmarks/README.run_redBlackMemoryOverhead
2010-11-24 20:35:02 +00:00

10 lines
317 B
Text

README for red black tree memory benchmark
------------------------------------------
To run the benchmark, see redBlackMemoryOverhead.c and run_redBlackMemoryOverhead.pl.
To post-process the output into tab-delimited file suitable for further analysis:
grep -i results file*.out | tr -s ' ' '\t' > results.txt