Переглянути джерело

add docstring to do_benchmark_crud

Thomas Waldmann 8 роки тому
батько
коміт
acd3da62f4
1 змінених файлів з 1 додано та 0 видалено
  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'