Fixed format error in microbench

This commit is contained in:
mpilman 2019-03-19 08:51:28 -07:00
parent 39ecbedd74
commit c6bc23791d
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ TEST_CASE("/flow/TraceEvent") {
}
TraceEvent("TraceDuration")
.detail("Time", g_network->now() - startTime);
printf("benchmark done\n", getpid());
printf("benchmark done\n");
wait(delay(10));
return Void();
}