Explorar o código

add docstring to do_benchmark_crud

Thomas Waldmann %!s(int64=8) %!d(string=hai) anos
pai
achega
acd3da62f4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/borg/archiver.py

+ 1 - 0
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'