Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jul 17, 2023
1 parent 25e7d4d commit 035c66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ data_clickbench_partitioned() {
pushd "${DATA_DIR}/hits_partitioned" > /dev/null

echo -n "Checking hits_partitioned..."
OUTPUT_SIZE=`wc -c * | tail -n 1 | awk '{print $1}' || true`
OUTPUT_SIZE=`wc -c * 2>/dev/null | tail -n 1 | awk '{print $1}' || true`
if test "${OUTPUT_SIZE}" = "14737666736"; then
echo -n "... found ${OUTPUT_SIZE} KB ..."
else
Expand Down

0 comments on commit 035c66e

Please sign in to comment.