From b963d5ff41d1384d54d994c25225431e9f46c6de Mon Sep 17 00:00:00 2001 From: FrancoGiachetta Date: Mon, 8 Jul 2024 15:40:01 -0300 Subject: [PATCH] update readme --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index fe79e7c..4b86e55 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,5 @@ cargo install flamegraph To produce a flamegraph of a transaction execution run: ```bash -cargo flamegraph --root --dev -- tx -``` - -#### Example - -Producing a flamegraph of a tx execution would look like this: -```bash cargo flamegraph --root --dev -- tx 0x1b84bb4760a05c88ceab90a4fb9f37e2f518c822a655abe46361a61a88200fa mainnet 656535 ```