Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agent/bench-scripts/driver/linpack
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ numactl_args=""
# Output directory, defaults to the current working directory if not provided.
output_dir=""

# The linpack driver always perform pre-checks. When requested, the driver will
# The linpack driver always performs pre-checks. When requested, the driver will
# only run the pre-check and exit.
pre_check_only=0

Expand Down
1 change: 1 addition & 0 deletions agent/bench-scripts/test-bin/uperf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ echo "$0 $*" >> $_testlog
if [[ "${1}" == "-V" ]]; then
echo "Uperf Version ${_BM_UPERF_VER:-1.0.42}"
echo "... garbage to be ignored ..."
exit 0
fi

exit ${_BM_UPERF_STS:-0}