Remove instant dependency in favor of web-time (#767)

This commit is contained in:
Thierry Berger
2024-12-06 12:54:00 +01:00
committed by GitHub
parent 93bd37d814
commit cf77b5bf57
15 changed files with 107 additions and 83 deletions

View File

@@ -393,7 +393,8 @@ impl TestbedApp {
// Skip the first update.
if k > 0 {
timings.push(self.harness.physics.pipeline.counters.step_time.time());
timings
.push(self.harness.physics.pipeline.counters.step_time.time_ms());
}
}
results.push(timings);