diff --git a/benchmark/conf/hydra/sweeper/base.yaml b/benchmark/conf/hydra/sweeper/base.yaml index 91c5e0d54..52f6dde19 100644 --- a/benchmark/conf/hydra/sweeper/base.yaml +++ b/benchmark/conf/hydra/sweeper/base.yaml @@ -2,7 +2,7 @@ _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper max_batch_size: null params: - 'application_workers': 1, 16 # 4, 64 + 'application_workers': 1, 4, 16, 64 'iteration': "range(${iterations})" 'network.maximum_throughput_gbps': 400 # 'crt_eventloop_threads': 128, 256, 1024 \ No newline at end of file diff --git a/benchmark/conf/hydra/sweeper/fio.yaml b/benchmark/conf/hydra/sweeper/fio.yaml index 854545d40..81ecfcc85 100644 --- a/benchmark/conf/hydra/sweeper/fio.yaml +++ b/benchmark/conf/hydra/sweeper/fio.yaml @@ -1,4 +1,4 @@ # @package hydra.sweeper params: 'benchmarks.fio.direct_io': false, true - 'benchmarks.fio.fuse_threads': 16 #1, 64 \ No newline at end of file + 'benchmarks.fio.fuse_threads': 1, 16, 64 \ No newline at end of file