Skip to content

Commit 92ed7d0

Browse files
authored
Merge pull request #15 from alexcu2718/shell_fix
fix: benchmark script
2 parents b7124ba + 441e0e4 commit 92ed7d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/test_buffer_sizes.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ run_buffer_size_test() {
5252
sleep 2
5353
done
5454
SEND_TO="../scripts/${buffer_size}_buffer_size.out"
55-
$TABLE_SCRIPT > $SEND_TO
55+
echo "buffer size $buffer_size" > $SEND_TO
56+
$TABLE_SCRIPT >> $SEND_TO
5657
echo "Results saved to $SEND_TO "
5758
}
5859

0 commit comments

Comments
 (0)