Loading testing/adios2/engine/staging-common/TestStagingMPMD.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -360,13 +360,13 @@ TEST_P(TestStagingMPMD, MultipleSteps) TEST_P(TestStagingMPMD, SlowWriter) { RunParams p = GetParam(); TestCommon(p, 5, 500, 0); TestCommon(p, 5, 100, 0); } TEST_P(TestStagingMPMD, SlowReader) { RunParams p = GetParam(); TestCommon(p, 5, 0, 500); TestCommon(p, 5, 0, 100); } INSTANTIATE_TEST_CASE_P(NxM, TestStagingMPMD, Loading Loading
testing/adios2/engine/staging-common/TestStagingMPMD.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -360,13 +360,13 @@ TEST_P(TestStagingMPMD, MultipleSteps) TEST_P(TestStagingMPMD, SlowWriter) { RunParams p = GetParam(); TestCommon(p, 5, 500, 0); TestCommon(p, 5, 100, 0); } TEST_P(TestStagingMPMD, SlowReader) { RunParams p = GetParam(); TestCommon(p, 5, 0, 500); TestCommon(p, 5, 0, 100); } INSTANTIATE_TEST_CASE_P(NxM, TestStagingMPMD, Loading