Skip to content

Commit

Permalink
debug create-and-add-meta call
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mm committed Sep 28, 2023
1 parent a8ebd56 commit 78bda8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/make_measurement.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ function make_measurement() {
branch_enc=$( echo $branch | jq -Rr @uri)
run_id_enc=$( echo ${run_id} | jq -Rr @uri)

echo "show create-and-add-meta.sh output"
echo "--file $total_data_file --repository $repo_enc --branch $branch_enc --workflow $WORKFLOW_ID --run_id $run_id_enc"

source "$(dirname "$0")/create-and-add-meta.sh" --file ${lap_data_file} --repository ${repo_enc} --branch ${branch_enc} --workflow $WORKFLOW_ID --run_id ${run_id_enc}
source "$(dirname "$0")/add-data.sh" --file ${lap_data_file} --label "$label" --cpu ${cpu_avg} --energy ${total_energy} --power ${power_avg}
Expand All @@ -110,6 +112,7 @@ function make_measurement() {

while [[ $# -gt 0 ]]; do
opt="$1"

label=""
run_id=""
branch=""
Expand Down

0 comments on commit 78bda8b

Please sign in to comment.