diff --git a/ceph_bench/run.py b/ceph_bench/run.py index 6b837e3..7226405 100644 --- a/ceph_bench/run.py +++ b/ceph_bench/run.py @@ -3,7 +3,6 @@ import json import click - from benchmark import run_single_bench from definitions import ( BENCH_DIR_NAMES, @@ -37,6 +36,7 @@ def local(): files_type, source, target, + results, ) @@ -54,6 +54,7 @@ def distant(): files_type, source, target, + results, ) test_case = "Distant-InsSto to CEPH"