Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
re-add flamegraph to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Sep 27, 2023
1 parent d789c39 commit 21303a2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,18 @@ production environment, the relative changes and trends over time are what we
focus on. This way, we can ensure that Madara is always improving, and that we
maintain a high standard of performance as the project evolves.

One can use flamegraph-rs to generate flamegraphs and look for the performance
bottlenecks of the system by running the following :

```bash
./target/release/madara setup
flamegraph --root --open -- ./target/release/madara run --dev
```

In parallel to that, run some transactions against your node (you can use
[Gomu Gomu no Gatling](https://github.com/keep-starknet-strange/gomu-gomu-no-gatling)
benchmarker). Once you stop the node, the flamegraph will open in your browser.

## 🌐 Connect to the dev webapp

Once your Madara node is up and running, you can connect to our Dev Frontend App
Expand Down

0 comments on commit 21303a2

Please sign in to comment.