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