]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/crimson: transpose options of compare.py 30453/head
authorKefu Chai <kchai@redhat.com>
Wed, 18 Sep 2019 09:15:24 +0000 (17:15 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 18 Sep 2019 09:15:27 +0000 (17:15 +0800)
they were `-a baseline -b test` before this change, and they should be
`-a test -b baseline`.

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/dev/crimson.rst

index 07b91a35840dc3b76905b6bbf9dec13c58a5a1a9..20daecf0b8b6495efc486ce7c98e7605fe4b1a4f 100644 (file)
@@ -110,7 +110,7 @@ We can use `cbt`_ for performing perf tests::
   $ git checkout yet-another-pr
   $ make crimson-osd
   $ ../src/script/run-cbt.sh --cbt ~/dev/cbt -a /tmp/yap ../src/test/crimson/cbt/radosbench_4K_read.yaml
-  $ ~/dev/cbt/compare.py -a /tmp/baseline -b /tmp/yap -v
+  $ ~/dev/cbt/compare.py -b /tmp/baseline -a /tmp/yap -v
   19:48:23 - INFO     - cbt      - prefill/gen8/0: bandwidth: (or (greater) (near 0.05)):: 0.183165/0.186155  => accepted
   19:48:23 - INFO     - cbt      - prefill/gen8/0: iops_avg: (or (greater) (near 0.05)):: 46.0/47.0  => accepted
   19:48:23 - WARNING  - cbt      - prefill/gen8/0: iops_stddev: (or (less) (near 0.05)):: 10.4403/6.65833  => rejected