From e4f1be79ff439181f602068079b5b07378d00c0f Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 6 Sep 2023 16:27:51 +0200 Subject: [PATCH] debug --- ceph_bench/run.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"