One Reply to “Phoronix benchmarks revisited”

  1. The ~10% loss in straight write performance in this case comes with GREATLY improved read/write performance and fairness. The change that likely caused this 10% loss was made knowing this would happen. While this test looks slightly worse, tests like Blogbench look far and away better. Currently we only allocate very few tags to writes so that writes do not starve reads under read/write workloads. If someone wanted to work on this perhaps we could dynamically allocate more tags in the absence of reads.

Comments are closed.