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