Loading tests/tests.cpp +4 −4 Original line number Diff line number Diff line Loading @@ -342,9 +342,9 @@ SCENARIO("POSIX reads", "[flex_stager][posix_reads]") { const auto sources = prepare_datasets(cargo::dataset::type::posix, "pr-source-dataset-{}", NDATASETS); "pxr-source-dataset-{}", NDATASETS); const auto targets = prepare_datasets( cargo::dataset::type::posix, "pr-target-dataset-{}", NDATASETS); cargo::dataset::type::posix, "pxr-target-dataset-{}", NDATASETS); static std::vector<scoped_file> input_files; input_files.reserve(sources.size()); Loading Loading @@ -404,10 +404,10 @@ SCENARIO("Posix writes", "[flex_stager][posix_writes]") { cargo::server server{server_address}; const auto sources = prepare_datasets( cargo::dataset::type::posix, "pw-source-dataset-{}", NDATASETS); cargo::dataset::type::posix, "pxw-source-dataset-{}", NDATASETS); const auto targets = prepare_datasets(cargo::dataset::type::parallel, "pw-target-dataset-{}", NDATASETS); "pxw-target-dataset-{}", NDATASETS); static std::vector<scoped_file> input_files; input_files.reserve(sources.size()); Loading Loading
tests/tests.cpp +4 −4 Original line number Diff line number Diff line Loading @@ -342,9 +342,9 @@ SCENARIO("POSIX reads", "[flex_stager][posix_reads]") { const auto sources = prepare_datasets(cargo::dataset::type::posix, "pr-source-dataset-{}", NDATASETS); "pxr-source-dataset-{}", NDATASETS); const auto targets = prepare_datasets( cargo::dataset::type::posix, "pr-target-dataset-{}", NDATASETS); cargo::dataset::type::posix, "pxr-target-dataset-{}", NDATASETS); static std::vector<scoped_file> input_files; input_files.reserve(sources.size()); Loading Loading @@ -404,10 +404,10 @@ SCENARIO("Posix writes", "[flex_stager][posix_writes]") { cargo::server server{server_address}; const auto sources = prepare_datasets( cargo::dataset::type::posix, "pw-source-dataset-{}", NDATASETS); cargo::dataset::type::posix, "pxw-source-dataset-{}", NDATASETS); const auto targets = prepare_datasets(cargo::dataset::type::parallel, "pw-target-dataset-{}", NDATASETS); "pxw-target-dataset-{}", NDATASETS); static std::vector<scoped_file> input_files; input_files.reserve(sources.size()); Loading