mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 12:50:32 +01:00
Add instrumentation for profiling
This commit is contained in:
3
2020/.gitignore
vendored
3
2020/.gitignore
vendored
@@ -1,2 +1,5 @@
|
||||
target/
|
||||
Cargo.lock
|
||||
flamegraph.svg
|
||||
perf.data
|
||||
perf.data.old
|
||||
|
||||
@@ -8,3 +8,6 @@ edition = "2018"
|
||||
clap = "3.0.0-beta.2"
|
||||
lazy_static = "*" # Pinned by regex
|
||||
regex = "1"
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
|
||||
Reference in New Issue
Block a user