Skip to content

Commit

Permalink
Set up sim-rs Cargo.toml and gitignore for flamegraph
Browse files Browse the repository at this point in the history
  • Loading branch information
SupernaviX committed Oct 21, 2024
1 parent 8c1b73f commit 2068717
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sim-rs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/target/
/output
/output
flamegraph.svg
perf.data*
3 changes: 3 additions & 0 deletions sim-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ tokio = { version = "1", features = ["full"] }
toml = "0.8"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

[profile.release]
debug = true

0 comments on commit 2068717

Please sign in to comment.