add intermediary results ssave
This commit is contained in:
2
run.py
2
run.py
@@ -21,7 +21,7 @@ def local():
|
||||
click.echo("Running locally")
|
||||
for runnum in range(50):
|
||||
for files_type in BENCH_DIR_NAMES:
|
||||
test_case = "Distant-InsSto to InsSto"
|
||||
test_case = "Local-InsSto to CEPH"
|
||||
source = f"{INST_STO_ROOT}/{files_type}"
|
||||
target = CEPH_ROOT + files_type
|
||||
run_single_bench(
|
||||
|
||||
Reference in New Issue
Block a user