Skip to content

Commit

Permalink
chore: update flamegraph script link (#7329)
Browse files Browse the repository at this point in the history
Updates the url in the flamegraph script.
  • Loading branch information
LHerskind authored Jul 3, 2024
1 parent 4d641ee commit 0ec83ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noir-projects/noir-contracts/scripts/flamegraph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ mkdir -p "$SCRIPT_DIR/../dest"
$PROFILER gates-flamegraph --artifact-path "$SCRIPT_DIR/../target/$FUNCTION_ARTIFACT" --backend-path "$SCRIPT_DIR/../../../barretenberg/cpp/build/bin/bb" --output "$SCRIPT_DIR/../dest"

# serve the file over http
echo "Serving flamegraph at http://0.0.0.0:8000/main.svg"
echo "Serving flamegraph at http://0.0.0.0:8000/main_gates.svg"
python3 -m http.server --directory "$SCRIPT_DIR/../dest" 8000

0 comments on commit 0ec83ee

Please sign in to comment.