diff --git a/docs/VOLUME.md b/docs/VOLUME.md index e2e7195..4bc6a3c 100644 --- a/docs/VOLUME.md +++ b/docs/VOLUME.md @@ -111,7 +111,14 @@ The difference in volatility is clear when graphing the test performance: leveled Results | eleveldb Results :-------------------------:|:-------------------------: -![](../test/volume/cluster_three/output/summary_leveled_5n_100t_nosync.png "LevelEd") | ![](../test/volume/cluster_three/output/summary_leveldb_5n_100t_nosync.png "LevelDB") +![](../test/volume/cluster_three/output/summary_5n_100t_i2_nosync_leveled.png "LevelEd") | ![](../test/volume/cluster_three/output/summary_5n_100t_i2_nosync_leveldb.png "LevelDB") + +Repeating this test over 8 hours with a smaller keyspace and a uniform (not pareto) key distribution yields similar results. This change in test parameters was done to reduce the percentage of not_founds towards the end of the test (down to about 20%). + +leveled Results | eleveldb Results +:-------------------------:|:-------------------------: +![](../test/volume/cluster_three/output/summary_5n_100t_i2_nosync_leveled_uniform.png "LevelEd") | ![](../test/volume/cluster_three/output/summary_5n_100t_i2_nosync_leveldb_uniform.png "LevelDB") + ### Lies, damned lies etc diff --git a/test/volume/cluster_three/output/summary_5n_100t_i2_nosync_leveldb.png b/test/volume/cluster_three/output/summary_5n_100t_i2_nosync_leveldb.png new file mode 100644 index 0000000..faccfea Binary files /dev/null and b/test/volume/cluster_three/output/summary_5n_100t_i2_nosync_leveldb.png differ diff --git a/test/volume/cluster_three/output/summary_5n_100t_i2_nosync_leveldb_uniform.png b/test/volume/cluster_three/output/summary_5n_100t_i2_nosync_leveldb_uniform.png new file mode 100644 index 0000000..9e324a2 Binary files /dev/null and b/test/volume/cluster_three/output/summary_5n_100t_i2_nosync_leveldb_uniform.png differ diff --git a/test/volume/cluster_three/output/summary_5n_100t_i2_nosync_leveled.png b/test/volume/cluster_three/output/summary_5n_100t_i2_nosync_leveled.png new file mode 100644 index 0000000..900aac0 Binary files /dev/null and b/test/volume/cluster_three/output/summary_5n_100t_i2_nosync_leveled.png differ diff --git a/test/volume/cluster_three/output/summary_5n_100t_i2_nosync_leveled_uniform.png b/test/volume/cluster_three/output/summary_5n_100t_i2_nosync_leveled_uniform.png new file mode 100644 index 0000000..7b5b1b4 Binary files /dev/null and b/test/volume/cluster_three/output/summary_5n_100t_i2_nosync_leveled_uniform.png differ diff --git a/test/volume/cluster_three/output/summary_leveldb_5n_100t_nosync.png b/test/volume/cluster_three/output/summary_leveldb_5n_100t_nosync.png deleted file mode 100644 index 182b73d..0000000 Binary files a/test/volume/cluster_three/output/summary_leveldb_5n_100t_nosync.png and /dev/null differ diff --git a/test/volume/cluster_three/output/summary_leveled_5n_100t_nosync.png b/test/volume/cluster_three/output/summary_leveled_5n_100t_nosync.png deleted file mode 100644 index 124fe02..0000000 Binary files a/test/volume/cluster_three/output/summary_leveled_5n_100t_nosync.png and /dev/null differ