diff --git a/src/standalone/benchmark.cc b/src/standalone/benchmark.cc index 10ee0b4..907df4d 100644 --- a/src/standalone/benchmark.cc +++ b/src/standalone/benchmark.cc @@ -131,6 +131,7 @@ run_benchmark(void) const AcReal dt = FLT_EPSILON; // TODO NOTE: time to timestep not measured #if GEN_BENCHMARK_RK3 == 1 acIntegrateStep(2, dt); + acSynchronizeStream(STREAM_ALL); #else // GEN_BENCHMARK_FULL acIntegrate(dt); #endif