Skip to content

Commit

Permalink
Flamegraph options
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey committed Sep 20, 2024
1 parent 62e4ebc commit 168a35f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
Cargo.lock

venv
benchmark_data
/benchmark_data

private/
*.txt

/perf.*
/flamegraph.svg
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ required-features = ["async"]
# Some issue when publishing and path isn't specified, so adding here
path = "./benches/arrow_reader.rs"

[profile.bench]
debug = true

[[example]]
name = "datafusion_integration"
required-features = ["datafusion"]
Expand Down

0 comments on commit 168a35f

Please sign in to comment.