summaryrefslogtreecommitdiff
path: root/src/benchmark.rs
AgeCommit message (Collapse)AuthorFilesLines
2021-09-18refactor: define a Checksum type and use it where appropriateLars Wirzenius1-1/+2
This will make it harder to compare, say, a SHA-256 and a SHA3, later, when we add more checksum types. Sponsored-by: author
2021-05-29refactor: make metadata be part of datachunkLars Wirzenius1-3/+3
This makes it harder to lose the metadata for a chunk, or to use unrelated metadata and chunk. Also, soon I will refactor things for encrypting chunks, which will need metadata embedded in the encrypted chunk. Sponsored-by: author
2021-03-27refactor: rename ChunkId::from_str to ChunkId::recreateLars Wirzenius1-1/+1
Less confusion with FromStr::from_str this way.
2021-03-05fix: generate deterministic chunk ids for benchmarksLars Wirzenius1-1/+1
This allows us to generate the same sequence many times.
2020-11-25feat: add programs to benchmark server chunk storageLars Wirzenius1-0/+32