add docstring to do_benchmark_crud

This commit is contained in:
Thomas Waldmann 2017-03-27 01:57:52 +02:00
parent 251983a741
commit acd3da62f4
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@ class Archiver:
return EXIT_SUCCESS
def do_benchmark_crud(self, args):
"""Benchmark Create, Read, Update, Delete for archives."""
def measurement_run(repo, path):
archive = repo + '::borg-benchmark-crud'
compression = '--compression=none'