aboutsummaryrefslogtreecommitdiff
path: root/src/crates
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-03-06 16:48:00 +0000
committerAria Shrimpton <me@aria.rip>2024-03-06 16:48:00 +0000
commit8c2413764a752c71b082f3b2178dae957803d740 (patch)
tree9fde2efddffbde4656ba017efbb90c204177b710 /src/crates
parent8b2e23363adfc0581f532e5fea49dccdd5650119 (diff)
profile for 15s instead
Diffstat (limited to 'src/crates')
-rw-r--r--src/crates/candelabra/src/profiler/mod.rs2
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) {