Skip to content

Commit

Permalink
chore: add ram_blowup_regression to memory report (#6683)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Dec 2, 2024
1 parent 920077d commit 68c7043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_programs/memory_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ NARGO="nargo"


# Tests to be profiled for memory report
tests_to_profile=("keccak256" "workspace" "regression_4709")
tests_to_profile=("keccak256" "workspace" "regression_4709" "ram_blowup_regression")

current_dir=$(pwd)
execution_success_path="$current_dir/execution_success"
Expand Down

0 comments on commit 68c7043

Please sign in to comment.