Project import generated by Copybara.
GitOrigin-RevId: 6a704ded0bf489614797082e7e7cda1068477ef5
This commit is contained in:
@@ -91,7 +91,7 @@ class ParallelExecutionTest : public testing::Test {
|
||||
|
||||
TEST_F(ParallelExecutionTest, SlowPlusOneCalculatorsTest) {
|
||||
CalculatorGraphConfig graph_config =
|
||||
mediapipe::ParseTextProtoOrDie<CalculatorGraphConfig>(R"(
|
||||
mediapipe::ParseTextProtoOrDie<CalculatorGraphConfig>(R"pb(
|
||||
input_stream: "input"
|
||||
node {
|
||||
calculator: "SlowPlusOneCalculator"
|
||||
@@ -111,7 +111,7 @@ TEST_F(ParallelExecutionTest, SlowPlusOneCalculatorsTest) {
|
||||
input_side_packet: "CALLBACK:callback"
|
||||
}
|
||||
num_threads: 5
|
||||
)");
|
||||
)pb");
|
||||
|
||||
// Starts MediaPipe graph.
|
||||
CalculatorGraph graph(graph_config);
|
||||
|
||||
Reference in New Issue
Block a user