@@ -160,8 +160,7 @@ size_t benchmark(milliseconds duration) {
pc1->close();
pc2->close();
-
- rtc::Cleanup();
+ this_thread::sleep_for(1s);
return goodput;
}