#!/bin/bash
for x in {1..10}; do
    ./baseline-buffer client 10000 &
done
wait
