Skip to content

Commit

Permalink
Add profiling feature
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Jan 17, 2025
1 parent 935477a commit 009784b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ benchmark = ["dep:serde", "dep:serde_json", "dep:serde_with"]
# The only_cairo_vm feature is designed to avoid executing transitions with cairo_native and instead use cairo_vm exclusively
only_cairo_vm = ["rpc-state-reader/only_casm"]
structured_logging = []
profiling = []
profiling = ["blockifier/profiling"]
state_dump = ["dep:serde", "dep:serde_json", "dep:serde_with", "dep:starknet-types-core"]
with-sierra-emu = ["rpc-state-reader/with-sierra-emu"]

Expand Down

0 comments on commit 009784b

Please sign in to comment.