#!/bin/bash
# Run netsim-based performance tests for quinn-perf
# Usage: run_netsim_perf.sh <impl> <netsim_dir>
#
# impl: iroh-quinn or upstream-quinn
# netsim_dir: path to chuck/netsim directory
IMPL=""
NETSIM_DIR=""
# Get the directory where this script is located
SCRIPT_DIR="$(cd "$(dirname "")" &&
# Copy the sim config to netsim
# Run all netsim tests sequentially