summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'