Skip to content

Commit

Permalink
TYpo
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Apr 11, 2024
1 parent c0cf0e3 commit 8fb29c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make_measurement.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function make_measurement() {
time=$(($(date +%s) - $(cat /tmp/eco-ci/timer.txt)))

# capture cpu util
cat /tmp/eco-ci/cpu-util.txt > cat /tmp/eco-ci/cpu-util-temp.txt
cat /tmp/eco-ci/cpu-util.txt > /tmp/eco-ci/cpu-util-temp.txt

# if a previous venv is already active,
if type deactivate &>/dev/null
Expand Down

0 comments on commit 8fb29c3

Please sign in to comment.