diff options
author | Aria Shrimpton <me@aria.rip> | 2024-03-06 16:48:00 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-03-06 16:48:00 +0000 |
commit | 8c2413764a752c71b082f3b2178dae957803d740 (patch) | |
tree | 9fde2efddffbde4656ba017efbb90c204177b710 /src/crates | |
parent | 8b2e23363adfc0581f532e5fea49dccdd5650119 (diff) |
profile for 15s instead
Diffstat (limited to 'src/crates')
-rw-r--r-- | src/crates/candelabra/src/profiler/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crates/candelabra/src/profiler/mod.rs b/src/crates/candelabra/src/profiler/mod.rs index ecfef7b..7f3eed2 100644 --- a/src/crates/candelabra/src/profiler/mod.rs +++ b/src/crates/candelabra/src/profiler/mod.rs @@ -169,7 +169,7 @@ impl State { let child = Command::new("cargo") .current_dir(&project.source_dir) - .args(["bench", "--bench", name, "--", "--profile-time", "10"]) + .args(["bench", "--bench", name, "--", "--profile-time", "15"]) .env("PROFILER_OUT_DIR", profiler_out_dir.as_ref()) // Where profiler info gets outputted .stdout(Stdio::piped()) .stderr(if log_enabled!(Level::Debug) { |