From d9d78f3261123c78a6db7577836585d22eb08ca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rok=20=C4=8Cerni=C4=8D?= Date: Tue, 18 Jun 2024 15:59:36 +0200 Subject: [PATCH] docs: added some aditional data --- storage/mater/BENCHMARK.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/storage/mater/BENCHMARK.md b/storage/mater/BENCHMARK.md index a1e6beee3..4b523a683 100644 --- a/storage/mater/BENCHMARK.md +++ b/storage/mater/BENCHMARK.md @@ -4,11 +4,14 @@ Execute the benchmarks with `cargo bench`. ### Results -Tested on the machine with `Ryzen 9 5950X` and `64GB DDR4`. +The benchmarks below use Median times after 100 runs. The duplication +percentages show the proportion of duplicated content in the file. The +benchmarks were performed on a machine with a `Ryzen 9 5950X` processor and +`64GB DDR4` memory. #### read -Benchmark checks what is the time needed to fully read a content buffer into the `BlockStore` +Benchmark checks what is the time needed to fully read a content buffer into the `BlockStore`. | Size / Duplication | 0% | 10% | 20% | 40% | 80% | | ------------------ | --------- | --------- | --------- | --------- | --------- | @@ -28,7 +31,7 @@ Checks the time needed to write the CARv2 to the buffer from `BlockStore`. #### filestore -Converts a source file to the CARv2 and writes it to the output file +Converts a source file to the CARv2 and writes it to the output file. | Size / Duplication | 0% | 10% | 20% | 40% | 80% | | ------------------ | --------- | --------- | --------- | --------- | --------- |