1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 16:26:29 +00:00

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

View file

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