#!/usr/bin/env bash
# Competitive benchmark: crabllm vs Bifrost vs LiteLLM
#
# Usage:
# ./bench.sh # run all groups
# ./bench.sh --group overhead # run specific group
# ./bench.sh --group overhead --duration 5 # quick smoke test
# ./bench.sh --rps "100 500" # custom RPS levels
# ./bench.sh down # tear down containers
if ; then
fi
SCRIPT_DIR=""
REPO_ROOT=""
if ; then
fi