Skip to content

Commit

Permalink
forgot to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
janekdererste committed Dec 13, 2023
1 parent 032d974 commit bd7f002
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/simulation/profiling/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use serde_json::{json, Value};
use std::env;
use std::time::Instant;

use serde_json::{json, Value};
use tracing::trace;

const DEFAULT_PERFORMANCE_INTERVAL: u32 = 900;
Expand Down

0 comments on commit bd7f002

Please sign in to comment.