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 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"