From 5eafde17a46c9ee579351868243c78300053eec9 Mon Sep 17 00:00:00 2001 From: martinsumner Date: Sun, 26 Feb 2017 13:24:22 +0000 Subject: [PATCH] Edit picture extension --- docs/VOLUME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VOLUME.md b/docs/VOLUME.md index 0c46aa3..77ce178 100644 --- a/docs/VOLUME.md +++ b/docs/VOLUME.md @@ -84,7 +84,7 @@ to be completed The first thing to note about the test is the impact of the pareto distribution and the start from an empty store, on what is actually being tested. At the start of the test there is a 0% chance of a GET request actually finding an object. Normally, it will be 3 hours into the test before a GET request will have a 50% chance of finding an object. -![](../test/volume/cluster_two/output/NotPresentPerc.jpg "Percentage of GET requests being found at different leveled levels") +![](../test/volume/cluster_two/output/NotPresentPerc.png "Percentage of GET requests being found at different leveled levels") Both leveled and leveldb are optimised for finding non-presence through the use of bloom filters, so the comparison is not unduly influenced by this. However, the workload at the end of the test is both more realistic (in that objects are found), and harder if the previous throughput had been greater (in that more objects are found).