This commit is contained in:
alex
2023-09-06 16:27:51 +02:00
parent f4d6083530
commit e4f1be79ff

View File

@@ -3,7 +3,6 @@
import json import json
import click import click
from benchmark import run_single_bench from benchmark import run_single_bench
from definitions import ( from definitions import (
BENCH_DIR_NAMES, BENCH_DIR_NAMES,
@@ -37,6 +36,7 @@ def local():
files_type, files_type,
source, source,
target, target,
results,
) )
@@ -54,6 +54,7 @@ def distant():
files_type, files_type,
source, source,
target, target,
results,
) )
test_case = "Distant-InsSto to CEPH" test_case = "Distant-InsSto to CEPH"