diff --git a/justfile b/justfile index 059b74718..93b5dfee0 100644 --- a/justfile +++ b/justfile @@ -255,7 +255,7 @@ e2e-flamegraph: # Run cargo flamegraph with necessary environment variables echo "Running cargo flamegraph..." - sudo CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --bin rpc-server-poller -- --external-rpc=http://localhost:3003/rpc + CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --bin rpc-server-poller -- --external-rpc=http://localhost:3003/rpc # ------------------------------------------------------------------------------