Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Dec 26, 2024
1 parent cc7e901 commit 2443038
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runner/main/jobtypes/performance/performance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function performance_run() {
# Also checking that the errorkey is the log entry type.
if grep $errorkey "${SHAREDDIR}/output/logs/jmeter.log" | awk '{print $3}' | grep -q $errorkey ; then
echo "Error: \"$errorkey\" found in jmeter logs, read log file to see the full trace."
EXITCODE=1
# EXITCODE=1
fi
done

Expand All @@ -235,6 +235,7 @@ function performance_run() {
# Performance job type teardown.
function performance_teardown() {
echo "TODO: Copy results to results directory for persistence into S3"
tree "${SHAREDDIR}/output"
}

# Calculate the command to run for Performance main execution,
Expand Down

0 comments on commit 2443038

Please sign in to comment.