conserve icon indicating copy to clipboard operation
conserve copied to clipboard

Create macro-benchmark on fixed data

Open sourcefrog opened this issue 4 years ago • 1 comments

Perhaps use http://sun.aei.polsl.pl/~sdeor/index.php?page=silesia which has samples of various file types.

Scenarios:

  1. initial backup of everything
  2. incremental backup with no changes
  3. incremental backup with files touched but no changes
  4. incremental backup with a few files changed -- open question how to generate this on these corpuses, but perhaps it could be achieved by truncating some of the files or adding others

sourcefrog avatar Jan 28 '20 21:01 sourcefrog

Here is a benchmarking setup for backups that tries to support multiple tools for comparisons already. https://github.com/gilbertchen/benchmarking Written by the Duplicacy author. Duplicacy has source, but it not free. It has a number of interesting ideas.

wscott avatar Jul 05 '20 11:07 wscott