Added missing flag in run.sh of ram-capacity example.

This commit is contained in:
Filipe Rodrigues 2023-06-01 12:48:37 +01:00
parent f397a951eb
commit 705ffb42d3

View File

@ -20,7 +20,7 @@ RAM_CAPACITIES="250 375 500 625 750 875 1000 1125 1250 1375 1500 1625 1750 1875
# Build everything before-hand
cargo build -p ftmemsim -p ftmemsim-graphs
cargo build --profile "$PROFILE" -p ftmemsim -p ftmemsim-graphs
# Simulate all configs and then generate the graphs
pids=""