Explorar el Código

add docstring to do_benchmark_crud

Thomas Waldmann hace 8 años
padre
commit
acd3da62f4
Se han modificado 1 ficheros con 1 adiciones y 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'