summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2017-03-27 01:57:52 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2017-03-27 01:57:52 +0200
commitacd3da62f4a764721e1c5e2f40e8b2659ed4d989 (patch)
tree5773ca052e3ef7be90e9bee1058b59fc23eac450
parent251983a7411f2da8d4315a26e6b8071c907345ff (diff)
add docstring to do_benchmark_crud
-rw-r--r--src/borg/archiver.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/borg/archiver.py b/src/borg/archiver.py
index f1bfc67f9..e241002eb 100644
--- a/src/borg/archiver.py
+++ b/src/borg/archiver.py
@@ -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'