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:
parent
251983a741
commit
acd3da62f4
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue