Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
LeanSerra committed Dec 30, 2024
1 parent 45ffcd2 commit 6b7333e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions crates/vm/levm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Run the tests
make flamegraph-run-ef-tests
```

The output `flamegraph.svg` should be located at `crates/vm/levm/flamegraph.svg`
This will create a folder inside `cmd/ef_tests/levm/` named `levm_ef_test_perfgraphs` you can find the flamegraphs inside the folder `levm_ef_test_perfgraphs/flamegraph` open them with your preferred browser.

#### To run Samply on the Ethereum Fundation tests

Expand All @@ -62,4 +62,9 @@ Run the tests
```Shell
make samply-run-ef-tests
```
Samply should open Firefox automatically

This will create a folder inside `cmd/ef_tests/levm/` named `levm_ef_test_perfgraphs` you can find the flamegraphs inside the folder `levm_ef_test_perfgraphs/samply` run
```Shell
samply load <path-to-perf-file.json>
```
samply will open Firefox with the desired profile file.

0 comments on commit 6b7333e

Please sign in to comment.