瀏覽代碼

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'