Skip to content

Commit

Permalink
docs: added some aditional data
Browse files Browse the repository at this point in the history
  • Loading branch information
cernicc committed Jun 18, 2024
1 parent e4ce64c commit d9d78f3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions storage/mater/BENCHMARK.md
Original file line number Diff line number Diff line change
Expand Up @@ -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% |
| ------------------ | --------- | --------- | --------- | --------- | --------- |
Expand All @@ -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% |
| ------------------ | --------- | --------- | --------- | --------- | --------- |
Expand Down

0 comments on commit d9d78f3

Please sign in to comment.